Summary: | Moving legends in layout mode crashes kst2 | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Nicolas Brisset <nicolas.brisset> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | HI | ||
Version: | 2.0.1 | ||
Target Milestone: | 2.0.1 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nicolas Brisset
2010-10-03 22:49:27 UTC
SVN commit 1182510 by kuemmel: Fix crash: items have a new QGraphicsItem as parent not a new QObject (here a tab page) CCBUG: 253165 M +2 -2 viewitem.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1182510 SVN commit 1188329 by netterfield: BUG: 253165 Drop events are handled by the scene, which works in scene coordinates. This was confusing the GraphicsItems which work in their parent's coordinates. Hence, meyhem. This fix just converts the drop event back into parental coordinates in the viewitem. I think this changed when d&d was being implemented to fix 258885. M +8 -2 viewitem.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1188329 Cool :-) It works much better now! Thanks. We should discuss what we still need to do (if anything) before releasing 2.0.1. There is no version list for "Version Fixed in". Use Target Milestone as indicator when the bug was fixed. |