mirror of
https://github.com/emilk/egui.git
synced 2026-07-10 16:54:09 +00:00
b1dc059ef3
When the layers are reordered at the end of the frame, the sublayers are placed directly above their respective parents. This allows having Areas inside Windows, e.g., for the pan-zoom container. * Closes <https://github.com/emilk/egui/issues/4128> --------- Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>