Browse Source
Sliders with a non 0 minimum value have this issue where the default minimum is 0, so if setting a new minimum value changes, and thus we have an onValueChanged, setting the value of the slider to minimum even before onCompleted, so if they need to be initialized to something it doesn't work. This commit fixes it setting a bool variable so onValueChanged doesn't take effect until initializedQGC4.4
1 changed files with 13 additions and 2 deletions
Loading…
Reference in new issue