diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 903756a..aae258c 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -1316,7 +1316,7 @@ bool FluxboxWindow::focus() { | |||
1316 | screen().sendToWorkspace(screen().currentWorkspaceID(), this, false); | 1316 | screen().sendToWorkspace(screen().currentWorkspaceID(), this, false); |
1317 | // warp to the workspace of the window | 1317 | // warp to the workspace of the window |
1318 | else | 1318 | else |
1319 | screen().changeWorkspaceID(workspaceNumber()); | 1319 | screen().changeWorkspaceID(workspaceNumber(), false); |
1320 | } | 1320 | } |
1321 | 1321 | ||
1322 | if (isIconic()) { | 1322 | if (isIconic()) { |