* KDE4_KDE3SUPPORT_LIBS--
* warnings-- svn path=/trunk/KDE/kdebase/workspace/; revision=926381
This commit is contained in:
parent
db1d1dd8d6
commit
5ef15617d1
1 changed files with 3 additions and 1 deletions
|
@ -1230,7 +1230,7 @@ bool Client::buttonPressEvent( Window w, int button, int state, int x, int y, in
|
|||
}
|
||||
else
|
||||
{ // inactive inner window
|
||||
if( !isActive() && w == wrapperId() && button < 4 )
|
||||
if( !isActive() && w == wrapperId())
|
||||
{
|
||||
was_action = true;
|
||||
perform_handled = true;
|
||||
|
@ -1245,6 +1245,8 @@ bool Client::buttonPressEvent( Window w, int button, int state, int x, int y, in
|
|||
case Button3:
|
||||
com = options->commandWindow3();
|
||||
break;
|
||||
default:
|
||||
com = Options::MouseActivateAndPassClick;
|
||||
}
|
||||
}
|
||||
// active inner window
|
||||
|
|
Loading…
Reference in a new issue