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:
Luboš Luňák 2003-09-25 10:37:27 +00:00
parent 0be0f139fa
commit 81c3ff262b

View file

@ -1068,8 +1068,6 @@ bool Client::buttonPressEvent( Window w, int button, int state, int x, int y, in
{ {
if (buttonDown) if (buttonDown)
{ {
kdDebug( 1212 ) << "Double button press:" << ( w == decorationId())
<< ":" << ( w == frameId()) << ":" << ( w == wrapperId()) << endl;
if( w == wrapperId()) if( w == wrapperId())
XAllowEvents(qt_xdisplay(), SyncPointer, CurrentTime ); //qt_x_time); XAllowEvents(qt_xdisplay(), SyncPointer, CurrentTime ); //qt_x_time);
return true; return true;