This can actually happen with moving/resizing started from keyboard,
buttonDown is then set manually. svn path=/trunk/kdebase/kwin/; revision=253817
This commit is contained in:
parent
0be0f139fa
commit
81c3ff262b
1 changed files with 0 additions and 2 deletions
|
@ -1068,8 +1068,6 @@ bool Client::buttonPressEvent( Window w, int button, int state, int x, int y, in
|
|||
{
|
||||
if (buttonDown)
|
||||
{
|
||||
kdDebug( 1212 ) << "Double button press:" << ( w == decorationId())
|
||||
<< ":" << ( w == frameId()) << ":" << ( w == wrapperId()) << endl;
|
||||
if( w == wrapperId())
|
||||
XAllowEvents(qt_xdisplay(), SyncPointer, CurrentTime ); //qt_x_time);
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue