mirror of
https://github.com/emilk/egui.git
synced 2026-07-19 21:18:54 +00:00
5f9c17c855
The painter, allocated by `Ui::allocate_painter`, doesn't inherit properties from the `Ui` object, leading to improper widget rendering in `egui`. Specifically, if the `Ui` object is disabled, the corresponding painter should also be disabled.