dont change last active while cycling around in stacked mode
This commit is contained in:
parent
48a450083d
commit
217488ee3e
1 changed files with 2 additions and 2 deletions
|
@ -554,9 +554,9 @@ void screen::updateActiveWindow() {
|
|||
_clients.remove(win);
|
||||
_clients.push_front(win);
|
||||
_active = _clients.begin();
|
||||
}
|
||||
|
||||
_last_active = _active;
|
||||
_last_active = _active;
|
||||
}
|
||||
}
|
||||
|
||||
/* cout << "Active window is now: ";
|
||||
|
|
Loading…
Reference in a new issue