Summary: | Rotated desktop icons don't follow mouse | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Kyle Slane <racingmasterweb> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mike |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kyle Slane
2008-01-10 06:05:57 UTC
SVN commit 759228 by aseigo: need to map from the scene, since we may be rotated or otherwise transformed. BUG:155372 M +1 -1 containment.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=759228 *** Bug 155555 has been marked as a duplicate of this bug. *** That fix did not seem to get it all :( It only works if you grab it by the handle. If you grab an icon by the icon not the handle then movement does not work. I can also confirm that is still exists on Revision 760940 of kdebase in the KDE trunk. It also starts moving with the mouse once the handle disappears. but by that time the pointer and Icon are far apart. i already have this fixed locally. i do follow all the replies on a BR and will re-open if necessary. there's no need to re-open without prior discussion with the persons responsible for the bug. SVN commit 761001 by aseigo: use the correct transform matrix in the icon applet as well BUG:155372 M +10 -5 icon.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=761001 |