mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
Calling the layer painter from inside a write() call causes a deadlock on the Context. This change stores the necessary data (the two overlapping Rects) in the write() call but uses them outside. Closes #2752