cschreib / lxgui

Portable, real time, modular and data-driven GUI C++ library.
https://cschreib.github.io/lxgui
MIT License
73 stars 20 forks source link

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

Closed cschreib closed 1 year ago

cschreib commented 2 years ago

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.