Oops, fix clickraise.
CCMAIL: 57111-done@bugs.kde.org svn path=/trunk/kdebase/kwin/; revision=304929
This commit is contained in:
parent
43ed3b4fa5
commit
f0fcba2d6d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue