Actions
Bug #3477
closedNeed repaint timer for selector
Start date:
08/27/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3477
Description
Right now if the component Selector is associated with is minimized or otherwise obscured, then the selection rectangles that are currently drawn will disappear.
Need to check to see if there's a way to hook into the paint event for the component instead of a timer if possible.
Updated by Ryan McFall about 16 years ago
This has been fixed by the re-implementation of the selector functionality. It no longer paints directly in mouse handler code, but instead uses a glasspane implementation to handle painting.
Actions