From 63a77d245be3e36e8af037a6f7ae0053f684a64f Mon Sep 17 00:00:00 2001 From: Urs Wolfer Date: Sun, 15 Feb 2009 10:07:41 +0000 Subject: [PATCH] SVN_SILENT revert unwanted change from r926381 svn path=/trunk/KDE/kdebase/workspace/; revision=926383 --- events.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/events.cpp b/events.cpp index 577f9f6527..d419dbc684 100644 --- a/events.cpp +++ b/events.cpp @@ -1230,7 +1230,7 @@ bool Client::buttonPressEvent( Window w, int button, int state, int x, int y, in } else { // inactive inner window - if( !isActive() && w == wrapperId()) + if( !isActive() && w == wrapperId() && button < 4 ) { was_action = true; perform_handled = true; @@ -1245,8 +1245,6 @@ bool Client::buttonPressEvent( Window w, int button, int state, int x, int y, in case Button3: com = options->commandWindow3(); break; - default: - com = Options::MouseActivateAndPassClick; } } // active inner window