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