Changes between Initial Version and Version 8 of Ticket #116
- Timestamp:
- Dec 4, 2007, 10:06:19 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #116
- Property Component Kits → Servers
- Property Owner changed from to
- Property Cc added
- Property Summary B_OP_OVER drawing mode might be broken in some cases → B_DRAW_ON_CHILDREN view flag doesn't work
- Property Platform → All
-
Ticket #116 – Description
initial v8 1 There are some places where B_OP_OVER seems to behave wrongly (when drawing 2 bitmaps, I think). 3 The code used to draw those bitmaps looks okay. 4 The BDragger in Clock, for example: 1 The B_DRAW_ON_CHILDREN view flag doesn't do anything. 5 2 6 SetDrawingMode(B_OP_OVER); 7 DrawBitmap(fBitmap, bounds.LeftTop()); 8 SetDrawingMode(B_OP_COPY); 3 The BDragger used in Clock uses this flag, but the parent view doesn't draw on top of its children. 9 4 10 See attached screenshot s5 See attached screenshot