lxgui icon indicating copy to clipboard operation
lxgui copied to clipboard

Rework layered region ordering in `frame::update()`

Open cschreib opened this issue 3 years ago • 0 comments

Currently, the layer list is built by placing font_string instances above other layered regions. This requires knowledge of the font_string class in frame, which is poor design.

cschreib avatar Apr 01 '22 07:04 cschreib