update the active iterator after moving the active window to the front of the list

This commit is contained in:
Dana Jansens 2002-08-26 21:55:37 +00:00
parent bf575744a7
commit b81dbf9af6

View file

@ -392,6 +392,7 @@ void screen::handleKeyrelease(const XEvent &) {
_clients.remove(w);
_clients.push_front(w);
_active = _clients.begin();
w->raise();
_cycling = false;