Skip to content

fix(ui): fix non-linear slider wrong min/max values when changing values in SParameters

Description

These changes fix the wrong min/max values displayed for a non-linear slider in SParameters. This was because the rangeChanged signal were sent with the wrong values, those from the internal slider, rather than those from the non-linear slider.

Closes #1045 (closed)

How to test it?

  • Launch ExSParameters
  • Notice that the min/max values for the non-linear slider is good
  • Modify the values in the non-linear slider: Preferences (on the toolbar) -> Preference sync test -> Modify the field "Values for Nonlinear" (the number of values don't matter, but the first and last value should be different) -> OK
  • Check that the min/max values is consistent with the values you inputted in the last step

Merge request reports