From 238586e6089dbb870579edd89063dedaa29b51c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 13 May 2005 12:32:33 +0000 Subject: [PATCH] It was necessary after all. BUG: 72346 svn path=/trunk/KDE/kdebase/kwin/; revision=413125 --- events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events.cpp b/events.cpp index 62a899639c..b8eb51e35c 100644 --- a/events.cpp +++ b/events.cpp @@ -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;