diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index aa9a2b7..265d948 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -2101,7 +2101,7 @@ void FluxboxWindow::setFocusFlag(bool focus) { | |||
2101 | if (focus != frame().focused()) | 2101 | if (focus != frame().focused()) |
2102 | frame().setFocus(focus); | 2102 | frame().setFocus(focus); |
2103 | 2103 | ||
2104 | if (screen().doAutoRaise()) { | 2104 | if (screen().doAutoRaise() && !screen().focusControl().isCycling()) { |
2105 | if (focused) | 2105 | if (focused) |
2106 | m_timer.start(); | 2106 | m_timer.start(); |
2107 | else | 2107 | else |