diff options
-rw-r--r-- | src/Window.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 51f5d44..0aa4ec6 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -1430,8 +1430,10 @@ void FluxboxWindow::deiconify(bool do_raise) { | |||
1430 | } | 1430 | } |
1431 | } | 1431 | } |
1432 | 1432 | ||
1433 | if (m_workspace_number != screen().currentWorkspaceID()) | 1433 | if (m_workspace_number != screen().currentWorkspaceID()) { |
1434 | oplock = false; | ||
1434 | return; | 1435 | return; |
1436 | } | ||
1435 | 1437 | ||
1436 | show(); | 1438 | show(); |
1437 | 1439 | ||