mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
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`.