Summary: | Moving whole desktop when moving icon | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Piotr Brzozowski <zolv> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Piotr Brzozowski
2008-01-09 13:02:33 UTC
I noticed this too. It seems to be that the handle loses focus and then reparents the applet to desktop. Once this happens desktop starts moving around as well. I think we should add a signal Applet::movedBy(int x, int y) which AppletHandle will be able to catch and react to. QGraphicsItem::ItemChanged looks like it's for interal use only since it's protected and not a signal. |