mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Release egui_plot 0.24.2 (#3763)
## Changelog * Fix plot auto-bounds default [#3722](https://github.com/emilk/egui/pull/3722) (thanks [@abey79](https://github.com/abey79)!) --------- Co-authored-by: Antoine Beyeler <49431240+abey79@users.noreply.github.com>
This commit is contained in:
@@ -781,7 +781,7 @@ impl Plot {
|
||||
max: pos + size,
|
||||
};
|
||||
// Next we want to create this layout.
|
||||
// Incides are only examples.
|
||||
// Indices are only examples.
|
||||
//
|
||||
// left right
|
||||
// +---+---------x----------+ +
|
||||
|
||||
Reference in New Issue
Block a user