Opened 14 years ago
Last modified 5 years ago
#6461 assigned bug
[Tracker] font is garbled while dragging a file which is cut
Reported by: | diver | Owned by: | leavengood |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Tracker | Version: | R1/Development |
Keywords: | Cc: | stippi | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
- Open any folder in list view
- Cut it using Alt+x
- Try to grag it
Observed in hrev38206 with VirtualBox 3.0.12
Attachments (1)
Change History (6)
by , 14 years ago
Attachment: | tracker.png added |
---|
comment:1 by , 10 years ago
Cc: | added |
---|
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 5 years ago
I think this is because cutting a file draws the label in alpha mode, and then dragging tries to draw it again in alpha mode and that causes this affect. Of course knowing the theory doesn't help so much in how to fix it. BPoseView is quite a beast.
comment:5 by , 5 years ago
Owner: | changed from | to
---|
I do not consider it high priority, but at some point I will probably see about fixing this.
Note:
See TracTickets
for help on using tickets.
Still here in hrev47897. Maybe wrong drawing mode is being used in BPoseView::DragSelectedPoses?