CT: no electric borders when resizing. Done by Matthias Ettrich, reviewed and tested by me.

svn path=/trunk/kdebase/kwin/; revision=140610
This commit is contained in:
Cristian Tibirna 2002-03-03 16:30:33 +00:00
parent be3a8384f3
commit 186b4b54ac

View file

@ -1685,7 +1685,9 @@ void Client::mouseMoveEvent( QMouseEvent * e)
break; break;
} }
} }
workspace()->clientMoved(globalPos, qt_x_time);
if ( isMove() )
workspace()->clientMoved(globalPos, qt_x_time);
// QApplication::syncX(); // process our own configure events synchronously. // QApplication::syncX(); // process our own configure events synchronously.
} }