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; }