update the active iterator after moving the active window to the front of the list
This commit is contained in:
parent
bf575744a7
commit
b81dbf9af6
1 changed files with 1 additions and 0 deletions
|
@ -392,6 +392,7 @@ void screen::handleKeyrelease(const XEvent &) {
|
|||
|
||||
_clients.remove(w);
|
||||
_clients.push_front(w);
|
||||
_active = _clients.begin();
|
||||
w->raise();
|
||||
|
||||
_cycling = false;
|
||||
|
|
Loading…
Reference in a new issue