From 81c3ff262baacb5d20fcaede9495667ba6444066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 25 Sep 2003 10:37:27 +0000 Subject: [PATCH] This can actually happen with moving/resizing started from keyboard, buttonDown is then set manually. svn path=/trunk/kdebase/kwin/; revision=253817 --- events.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/events.cpp b/events.cpp index b12c0e67f5..ef9236fdbd 100644 --- a/events.cpp +++ b/events.cpp @@ -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;