From 460de65fca93954f9c6bb7c188a4fe1d98d959a4 Mon Sep 17 00:00:00 2001 From: Brandon Schaefer Date: Thu, 26 Sep 2013 15:45:58 -0700 Subject: * Better (bzr r3536.2.2) --- plugins/unityshell/src/unityshell.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/unityshell') diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp index c0251beb1..cfdbf5b71 100644 --- a/plugins/unityshell/src/unityshell.cpp +++ b/plugins/unityshell/src/unityshell.cpp @@ -1696,14 +1696,12 @@ void UnityScreen::handleEvent(XEvent* event) } if (switcher_controller_->IsMouseDisabled() && switcher_controller_->Visible()) - { - return; - } + skip_other_plugins = true; if (!skip_other_plugins && screen->otherGrabExist("deco", "move", "switcher", "resize", nullptr)) { - wt->ProcessForeignEvent(event, nullptr); + wt->ProcessForeignEvent(event, nullptr); } } -- cgit v1.2.3