Opened 17 years ago
Closed 15 years ago
#1805 closed bug (duplicate)
[Tracker] unneded redraw
Reported by: | diver | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Tracker | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | #880 | Blocking: | |
Platform: | All |
Description
Select an icon on Desktop, open leaf menu, then click on Desktop again selected icon will make unneded redraw.
Change History (3)
comment:1 by , 16 years ago
comment:3 by , 15 years ago
Blocked By: | 880 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Yes you're right, thanks for testing. This will be fixed with the mouse tracking rewrite. Marking as duplicate.
Note:
See TracTickets
for help on using tickets.
It doesn't appear as though the redraw is unnecessary; the icon loses its selection so it must be redrawn in the 'not selected' state. However, it does appear to take longer than necessary, especially in a VM. The desktop background is drawn first and then the icon is composited on top of it.