little fix for clients in tabbed windows raising themselves
This commit is contained in:
parent
f411fdb3df
commit
fca762aa6a
1 changed files with 1 additions and 1 deletions
|
@ -2578,7 +2578,7 @@ void FluxboxWindow::configureRequestEvent(XConfigureRequestEvent &cr) {
|
|||
case Above:
|
||||
case TopIf:
|
||||
default:
|
||||
setCurrentClient(*client, false);
|
||||
setCurrentClient(*client, focused);
|
||||
raise();
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue