when a client in a tabbed window asks to be raised, set it to the current client
This commit is contained in:
parent
bd3d8d5c8d
commit
b2957c6060
1 changed files with 1 additions and 0 deletions
|
@ -2602,6 +2602,7 @@ void FluxboxWindow::configureRequestEvent(XConfigureRequestEvent &cr) {
|
|||
case Above:
|
||||
case TopIf:
|
||||
default:
|
||||
setCurrentClient(*client, false);
|
||||
raise();
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue