diff --git a/src/Window.cc b/src/Window.cc index ccdb4771..9bc4c5a8 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -2602,6 +2602,7 @@ void FluxboxWindow::configureRequestEvent(XConfigureRequestEvent &cr) { case Above: case TopIf: default: + setCurrentClient(*client, false); raise(); break;