1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00
Files
egui/crates
Varphone Wong 5f9c17c855 egui: Change Ui::allocate_painter to inherit properties from Ui (#4343)
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.
2024-04-21 11:36:18 +02:00
..
2023-04-18 15:52:45 +02:00
2024-03-26 11:13:04 +01:00
2024-04-21 10:58:40 +02:00