Changes between Initial Version and Version 8 of Ticket #116


Ignore:
Timestamp:
Dec 4, 2007, 10:06:19 AM (16 years ago)
Author:
jackburton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #116

    • Property Component KitsServers
    • Property Owner changed from bpmagic@… to stippi
    • Property Cc diver added
    • Property Summary B_OP_OVER drawing mode might be broken in some casesB_DRAW_ON_CHILDREN view flag doesn't work
    • Property PlatformAll
  • 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:
     1The B_DRAW_ON_CHILDREN view flag doesn't do anything.
    52
    6 SetDrawingMode(B_OP_OVER);
    7 DrawBitmap(fBitmap, bounds.LeftTop());
    8 SetDrawingMode(B_OP_COPY);
     3The BDragger used in Clock uses this flag, but the parent view doesn't draw on top of its children.
    94
    10 See attached screenshots
     5See attached screenshot