add comment
This commit is contained in:
parent
0ab9c6d17b
commit
3e778a39f4
@ -150,6 +150,7 @@ impl epi::App for MathApp {
|
|||||||
let max_x_old = *max_x;
|
let max_x_old = *max_x;
|
||||||
let max_x_response = ui.add(egui::Slider::new(max_x, X_RANGE).text("Max X"));
|
let max_x_response = ui.add(egui::Slider::new(max_x, X_RANGE).text("Max X"));
|
||||||
|
|
||||||
|
// Checks bounds, and if they are invalid, fix them
|
||||||
if min_x >= max_x {
|
if min_x >= max_x {
|
||||||
if max_x_response.changed() {
|
if max_x_response.changed() {
|
||||||
*max_x = max_x_old;
|
*max_x = max_x_old;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user