mirror of
https://github.com/emilk/egui.git
synced 2026-07-18 12:38:58 +00:00
7cb61f8031
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`.