From kde-panel-devel Wed Nov 07 19:09:32 2007 From: Dennis =?iso-8859-1?q?Nienh=FCser?= Date: Wed, 07 Nov 2007 19:09:32 +0000 To: kde-panel-devel Subject: [Panel-devel] Pager applet moving bug Message-Id: <200711072009.33130.earthwings () gentoo ! org> X-MARC-Message: https://marc.info/?l=kde-panel-devel&m=119446361909441 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--Boundary-00=_t1gMHoVNIM84Crt" --Boundary-00=_t1gMHoVNIM84Crt Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, When moving the pager applet to another place on the desktop, the next mouse move action is affected and moves an applet to (0,0). This used to be described on Techbase [1], not sure where it went, apologies if there's a bug or thread open for it. Anyways, attached is a simple fix, can I commit it? Please CC me on replies, I'm not subscribed. Regards, Dennis [1] http://techbase.kde.org/index.php?title=Projects%2FPlasma%2FTasks&diff=15505&oldid=15497 --Boundary-00=_t1gMHoVNIM84Crt Content-Type: text/x-diff; charset="us-ascii"; name="pager.cpp.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="pager.cpp.diff" Index: kdebase/workspace/plasma/applets/pager/pager.cpp =================================================================== --- kdebase/workspace/plasma/applets/pager/pager.cpp (revision 733956) +++ kdebase/workspace/plasma/applets/pager/pager.cpp (working copy) @@ -362,6 +362,8 @@ m_dragHighlightedDesktop = -1; m_timer->start(); } + + Applet::mouseReleaseEvent(event); } void Pager::hoverEnterEvent(QGraphicsSceneHoverEvent *event) --Boundary-00=_t1gMHoVNIM84Crt Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Panel-devel mailing list Panel-devel@kde.org https://mail.kde.org/mailman/listinfo/panel-devel --Boundary-00=_t1gMHoVNIM84Crt--