diff options
-rw-r--r-- | src/Window.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc index 03bde16..85d1ac6 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -2101,8 +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().focusControl().isMouseFocus()) | 2104 | if (screen().doAutoRaise()) { |
2105 | && screen().doAutoRaise()) { | ||
2106 | if (focused) | 2105 | if (focused) |
2107 | m_timer.start(); | 2106 | m_timer.start(); |
2108 | else | 2107 | else |