aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc
index d878e2e..b3b395b 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -3360,6 +3360,7 @@ void FluxboxWindow::stopMoving(bool interrupted) {
3360 if (m_workspace_number != screen().currentWorkspaceID()) { 3360 if (m_workspace_number != screen().currentWorkspaceID()) {
3361 screen().reassociateWindow(this, screen().currentWorkspaceID(), true); 3361 screen().reassociateWindow(this, screen().currentWorkspaceID(), true);
3362 frame().show(); 3362 frame().show();
3363 setInputFocus();
3363 } 3364 }
3364 } 3365 }
3365 fluxbox->ungrab(); 3366 fluxbox->ungrab();