Dplug
Dplug copied to clipboard
Improve zOrder
- [ ] zOrder Wren access, read and write, like
.visibility - [ ] zOrder should call
setDirtyWholeif there is a change - [ ]
setZOrdershould be deprecated in favour of azOrderproperty - [ ] A widget can indicate with a UIElement flag that it completely writes to the
dirtyRectsopaquely (no transparency, no partial update). This way, we could perhaps avoid drawing widgets below. Presumably this flag can change at runtime, but in a first approximation it should be disabled. Separate flags for both PBR and Raw.