diff options
Diffstat (limited to 'src/FocusControl.cc')
-rw-r--r-- | src/FocusControl.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/FocusControl.cc b/src/FocusControl.cc index 27ef999..b977d59 100644 --- a/src/FocusControl.cc +++ b/src/FocusControl.cc | |||
@@ -156,9 +156,7 @@ void FocusControl::cycleFocus(const Focusables &window_list, | |||
156 | } | 156 | } |
157 | } | 157 | } |
158 | 158 | ||
159 | if (isCycling()) | 159 | if (!isCycling()) |
160 | fbwin->tempRaise(); | ||
161 | else | ||
162 | fbwin->raise(); | 160 | fbwin->raise(); |
163 | 161 | ||
164 | m_cycling_window = it; | 162 | m_cycling_window = it; |