mirror of
https://github.com/emilk/egui.git
synced 2026-07-11 09:08:53 +00:00
f20b7b43bf
Part 1 of 2 of adding a better API for egui_plot's auto-bounds feature. In this PR: - change the `Plot` builder struct field to `default_auto_bounds` (was `auto_bounds`) - change the `Plot` state field to `auto_bounds` (was `bounds_modified`) - minor improvements to `Vec2b`