diff options
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index ccc7f8d..9625465 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -1811,6 +1811,8 @@ void Fluxbox::watchKeyRelease(BScreen &screen, unsigned int mods) { | |||
1811 | cerr<<"WARNING: attempt to grab without modifiers!"<<endl; | 1811 | cerr<<"WARNING: attempt to grab without modifiers!"<<endl; |
1812 | return; | 1812 | return; |
1813 | } | 1813 | } |
1814 | if (m_watching_screen) | ||
1815 | m_watching_screen->focusControl().stopCyclingFocus(); | ||
1814 | m_watching_screen = &screen; | 1816 | m_watching_screen = &screen; |
1815 | 1817 | ||
1816 | // just make sure we are saving the mods with any other flags (xkb) | 1818 | // just make sure we are saving the mods with any other flags (xkb) |