mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
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>