Changing the value of a slider setting doesnt change appearance of slider.
Opened this issue · 0 comments
NoelWriter commented
Changing the value of a slider setting doesnt change appearance of slider. The appearance only changes when moving the window or changing a value manually.
Temporary fix by calling this->SetValue(static_cast<T>(*this->nValue));
in render()