It was necessary after all.

BUG: 72346


svn path=/trunk/KDE/kdebase/kwin/; revision=413125
icc-effect-5.14.5
Luboš Luňák 2005-05-13 12:32:33 +00:00
parent 5722d3fac8
commit 238586e608
1 changed files with 1 additions and 1 deletions

View File

@ -1228,7 +1228,7 @@ void Client::processDecorationButtonPress( int button, int /*state*/, int x, int
&& com != Options::MouseOperationsMenu // actions where it's not possible to get the matching
&& com != Options::MouseMinimize ) // mouse release event
{
// FRAME mouseMoveEvent( e ); shouldn't be necessary
mode = mousePosition( QPoint( x, y ));
buttonDown = TRUE;
moveOffset = QPoint( x, y );
invertedMoveOffset = rect().bottomRight() - moveOffset;