From f0fcba2d6dafca8140ae8f3e3e0fd5a1feba1ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 19 Apr 2004 14:29:37 +0000 Subject: [PATCH] Oops, fix clickraise. CCMAIL: 57111-done@bugs.kde.org svn path=/trunk/kdebase/kwin/; revision=304929 --- events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events.cpp b/events.cpp index 7b72892003..e398c3c2f2 100644 --- a/events.cpp +++ b/events.cpp @@ -1142,7 +1142,7 @@ bool Client::buttonPressEvent( Window w, int button, int state, int x, int y, in if( isActive() && w == wrapperId() && options->clickRaise && button < 4 ) // exclude wheel { - com = Options::MouseActivateAndPassClick; + com = Options::MouseActivateRaiseAndPassClick; was_action = true; perform_handled = true; }