Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved plot groups and bounds handling (#2410)
* improve plot groups and bounds handling * changelog entry * fix potential deadlock * fix two more potential deadlocks * syntax fix * move changelog entry * move category * Update crates/egui/src/widgets/plot/mod.rs Co-authored-by: Emil Ernerfeldt <[email protected]> * Update crates/egui_demo_lib/src/demo/plot_demo.rs Co-authored-by: Emil Ernerfeldt <[email protected]> * clean up suggestions * address comments * use the new methods * fix locked bounds * Sync bounds_modified along with the bounds themselves * move changelog entry * Remove set_bounds_auto - not necessary any more * add a comment about bounds modifications --------- Co-authored-by: Emil Ernerfeldt <[email protected]> Co-authored-by: Jackson Kruger <[email protected]>
- Loading branch information