Opened 18 years ago
Closed 18 years ago
#836 closed bug (fixed)
Some bitmaps aren't drawn correctly
Reported by: | jackburton | Owned by: | stippi |
---|---|---|---|
Priority: | high | Milestone: | R1 |
Component: | Kits/Interface Kit | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
Looks like there could be a problem with drawing some bitmaps. For example, the bitmaps in the Mouse preflet, The bitmaps in the Menu preflet, and also Magnify isn't working correctly: you will see that it's not showing the zoomed part of the desktop. Instead, it will show the part of the desktop behind the Magnify window itself.
Triggering a complete invalidation of the view in question (by covering it with another window) sometimes let the bitmap show up again.
hrev18720 on vmware (16 bit and 32 bit depth).
Change History (4)
comment:1 by , 18 years ago
Description: | modified (diff) |
---|---|
Priority: | normal → high |
Summary: | Magnify doesn't work correctly → Some bitmaps aren't drawn |
comment:2 by , 18 years ago
Description: | modified (diff) |
---|---|
Summary: | Some bitmaps aren't drawn → Some bitmaps aren't drawn correctly |
comment:3 by , 18 years ago
Milestone: | → R1 |
---|
comment:4 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in 18828. Confirmed for Mouse preflet and FileTypes listview. With regards to bitmap drawing, the bug affected bitmap drawing that used the unoptimized drawing function (any scaled bitmaps, 32 bit bitmaps in anything but B_OP_COPY, B_OP_ALPHA or B_CMAP8 bitmaps in anything but B_OP_COPY or B_OP_OVER).