when a client in a tabbed window asks to be raised, set it to the current client

This commit is contained in:
markt 2007-02-19 16:44:37 +00:00
parent bd3d8d5c8d
commit b2957c6060

View file

@ -2602,6 +2602,7 @@ void FluxboxWindow::configureRequestEvent(XConfigureRequestEvent &cr) {
case Above:
case TopIf:
default:
setCurrentClient(*client, false);
raise();
break;