|
|
|
@ -458,7 +458,7 @@ bool Workspace::activateNextClient(Client* c) |
|
|
|
Client* get_focus = NULL; |
|
|
|
Client* get_focus = NULL; |
|
|
|
|
|
|
|
|
|
|
|
// precedence on keeping the current tabgroup active. to the user that's the same window
|
|
|
|
// precedence on keeping the current tabgroup active. to the user that's the same window
|
|
|
|
if (c && c->tabGroup()) { |
|
|
|
if (c && c->tabGroup() && c->isShown(false)) { |
|
|
|
if (c == c->tabGroup()->current()) |
|
|
|
if (c == c->tabGroup()->current()) |
|
|
|
c->tabGroup()->activateNext(); |
|
|
|
c->tabGroup()->activateNext(); |
|
|
|
get_focus = c->tabGroup()->current(); |
|
|
|
get_focus = c->tabGroup()->current(); |
|
|
|
|