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 Above:
|
||||||
case TopIf:
|
case TopIf:
|
||||||
default:
|
default:
|
||||||
|
setCurrentClient(*client, false);
|
||||||
raise();
|
raise();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue