1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00
Files
egui/crates
Emil Ernerfeldt 7cb61f8031 Deprecate ui.set_sizing_pass (#5074)
Use `UiBuilder::new().sizing_pass().invisible()` instead.

Also changes `UiBuilder::sizing_pass` to no longer turn the ui
invisible. You'll have to opt-in to that instead when it makes sense,
e.g. for the first frame of a tooltip, but not when auto-sizing a column
in a `Table`.
2024-09-05 12:44:12 +02:00
..
2024-09-05 12:44:12 +02:00
2023-04-18 15:52:45 +02:00
2024-09-01 10:23:40 +02:00