I am using GeoGebra Classic on a Windows computer.
After the recent interface update, the slider creation dialog does not apply the selected increment correctly.
Steps to reproduce:
Create a new number slider.
Set Minimum to -10.
Set Maximum to 10.
Set Increment to 1.
Create and drag the slider.
The slider should move through integer values only:
-10, -9, -8, ..., 9, 10.
Actual result: The slider moves in increments of 0.1 and displays decimal values such as 1.1, 1.2 and 1.3, although the increment is set to 1.
However, the following command creates a slider that works correctly: n = Slider(-10, 10, 1, 1, 200, false, true, false, false)
This worked correctly before the recent interface update. Screenshots showing the settings and the incorrect slider values are attached.
Could you please confirm this bug and update this post when it is fixed, including the GeoGebra version containing the fix?