mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
typo in comment
This commit is contained in:
@@ -869,7 +869,7 @@ impl Plot {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// if to little space, remove axis widgets
|
// If too little space, remove axis widgets
|
||||||
if plot_rect.width() <= 0.0 || plot_rect.height() <= 0.0 {
|
if plot_rect.width() <= 0.0 || plot_rect.height() <= 0.0 {
|
||||||
y_axis_widgets.clear();
|
y_axis_widgets.clear();
|
||||||
x_axis_widgets.clear();
|
x_axis_widgets.clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user