Changes between Initial Version and Version 1 of Ticket #6246, comment 16


Ignore:
Timestamp:
Aug 21, 2020, 9:17:46 PM (4 years ago)
Author:
X512

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6246, comment 16

    initial v1  
    1 There are some problems with overlapped views with background color or bitmap. Drawing background should fix that. Also if overlapping views are used, all drawing must be inside `BView::Draw`, using drawing commands outside `Draw` function will cause artifacts and it can't be fixed.
     1There are some problems with overlapped views with background color or bitmap. Drawing background manually should fix that. Also if overlapping views are used, all drawing must be inside `BView::Draw`, using drawing commands outside `Draw` function will cause artifacts and it can't be fixed.