mirror of
https://github.com/emilk/egui.git
synced 2026-07-18 04:28:55 +00:00
37a7ee448a
Previously, the doc for `Ui::scope_builder` read > Create a child, add content to it, and then allocate only what was used in the parent `Ui`. which I understood as meaning that "only what was used in the parent `UI`" would be allocated (in the child or parent), which makes no sense (in either case). I rewrote it and some related docs. Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>