From 9afe6f514e504f5adc39187472ac1161d50d3597 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 9 Mar 2022 11:17:32 -0500 Subject: [PATCH] fix --- src/egui_app.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/egui_app.rs b/src/egui_app.rs index e3d37fc..97e1611 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -354,7 +354,6 @@ impl MathApp { ui.add( Slider::new(&mut self.settings.integral_num, INTEGRAL_NUM_RANGE) - .step_by(1.0) .text("Interval"), );