Oops, fix clickraise.

CCMAIL: 57111-done@bugs.kde.org

svn path=/trunk/kdebase/kwin/; revision=304929
icc-effect-5.14.5
Luboš Luňák 2004-04-19 14:29:37 +00:00
parent 43ed3b4fa5
commit f0fcba2d6d
1 changed files with 1 additions and 1 deletions

View File

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