It was necessary after all.
BUG: 72346 svn path=/trunk/KDE/kdebase/kwin/; revision=413125
This commit is contained in:
parent
5722d3fac8
commit
238586e608
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue