reset m_bEmptyFocusCursorSet on workspace switch
This commit is contained in:
parent
141456dd89
commit
0e6e8461eb
3 changed files with 7 additions and 1 deletions
|
|
@ -707,6 +707,8 @@ void CKeybindManager::changeworkspace(std::string args) {
|
|||
// remove constraints
|
||||
g_pInputManager->unconstrainMouse();
|
||||
|
||||
g_pInputManager->m_bEmptyFocusCursorSet = false;
|
||||
|
||||
// if it's not internal, we will unfocus to prevent stuck focus
|
||||
if (!internal)
|
||||
g_pCompositor->focusWindow(nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue