diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-10-01 08:38:56 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-10-01 08:38:56 (GMT) |
commit | 269459e1aa0a8c0ab9be67cf11bb836ecc191f31 (patch) | |
tree | 09fa57effb9f6c0b6f6456a11a6ce2b45d1c66f0 /src/FocusControl.cc | |
parent | b3da022ee22acd67f6ef6210e7412dbfc8fdfa70 (diff) | |
download | fluxbox-269459e1aa0a8c0ab9be67cf11bb836ecc191f31.zip fluxbox-269459e1aa0a8c0ab9be67cf11bb836ecc191f31.tar.bz2 |
don't flash original window in the middle of cycling focus
Diffstat (limited to 'src/FocusControl.cc')
-rw-r--r-- | src/FocusControl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/FocusControl.cc b/src/FocusControl.cc index ce46dcc..78752bb 100644 --- a/src/FocusControl.cc +++ b/src/FocusControl.cc | |||
@@ -146,8 +146,6 @@ void FocusControl::cycleFocus(const FocusableList &window_list, | |||
146 | 146 | ||
147 | // if we were already cycling, then restore the old state | 147 | // if we were already cycling, then restore the old state |
148 | if (m_cycling_last) { | 148 | if (m_cycling_last) { |
149 | m_screen.layerManager().restack(); | ||
150 | |||
151 | // set back to originally selected window in that group | 149 | // set back to originally selected window in that group |
152 | m_cycling_last->fbwindow()->setCurrentClient(*m_cycling_last, false); | 150 | m_cycling_last->fbwindow()->setCurrentClient(*m_cycling_last, false); |
153 | 151 | ||