Actions
Bug #2330
closedWPolygonArea unable to move area with setPoints(...)
Start date:
10/19/2013
Due date:
% Done:
0%
Estimated time:
Description
I used a WPolygonArea in my application and tried to move it around after creation but that doesn't seem to work. I have done nearly the same for the WCircleArea and that just works fine.
I found out that maybe a repaint() is missing here.
Updated by Florian Ransmayr about 11 years ago
Added a pull request on GitHub that fix this issue.
https://github.com/kdeforche/wt/pull/42
Updated by Koen Deforche about 11 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.3.2
Hey,
The pull request looks good, also the WTreeView drag/drop + bootstrap was something we didn't notice yet.
Thanks!
koen
Updated by Koen Deforche almost 11 years ago
- Status changed from Resolved to Closed
Updated by Florian Ransmayr about 9 years ago
Hey Koen,
it seems that this issue reoccurs since commit https://github.com/kdeforche/wt/commit/fd45eb4b43112b0fa3a43049b8472d5043280b5b
Created a pull request that fixes this issue again.
https://github.com/kdeforche/wt/pull/78
Best regards
Florian
Actions