crush
crush copied to clipboard
Moving UI Slider with mouse doesn't raise value changed event
adding
if (m_valueChanged) m_valueChanged(this);
to ui::Slider::handleEvent() under mouse handling fixes this
this also applies to the slider setValue() function