fixed bug 19369@bugs.kde.org
svn path=/trunk/kdebase/kwin/; revision=109466
This commit is contained in:
parent
5f2ca6211f
commit
18c0f2687a
1 changed files with 2 additions and 1 deletions
|
@ -411,7 +411,8 @@ bool WindowWrapper::x11Event( XEvent * e)
|
|||
if ( ((Client*)parentWidget())->isActive()
|
||||
&& ( options->focusPolicy != Options::ClickToFocus
|
||||
&& options->clickRaise && !bModKeyHeld ) ) {
|
||||
((Client*)parentWidget())->autoRaise();
|
||||
if ( e->xbutton.button < 4 ) // exclude wheel
|
||||
((Client*)parentWidget())->autoRaise();
|
||||
ungrabButton( winId(), None );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue