input: don't move monitor focus on wp change (#2320)
This commit is contained in:
parent
9ef7225532
commit
d7935356da
2 changed files with 3 additions and 3 deletions
|
|
@ -538,7 +538,7 @@ void CMonitor::changeWorkspace(CWorkspace* const pWorkspace, bool internal) {
|
|||
g_pCompositor->focusWindow(PLASTWINDOW);
|
||||
else {
|
||||
g_pCompositor->focusWindow(nullptr);
|
||||
g_pInputManager->refocus();
|
||||
g_pInputManager->simulateMouseMovement();
|
||||
}
|
||||
|
||||
g_pLayoutManager->getCurrentLayout()->recalculateMonitor(ID);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue