aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index e4a58e3..89400fe 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -1129,7 +1129,7 @@ void BScreen::changeWorkspaceID(unsigned int id) {
1129 1129
1130 currentWorkspace()->showAll(); 1130 currentWorkspace()->showAll();
1131 1131
1132 if (focused && (focused->isStuck() || focused->isMoving())) 1132 if (focused && focused->isMoving())
1133 focused->setInputFocus(); 1133 focused->setInputFocus();
1134 else 1134 else
1135 FocusControl::revertFocus(*this); 1135 FocusControl::revertFocus(*this);