crush icon indicating copy to clipboard operation
crush copied to clipboard

Moving UI Slider with mouse doesn't raise value changed event

Open fallahn opened this issue 10 years ago • 1 comments

adding

if (m_valueChanged) m_valueChanged(this);

to ui::Slider::handleEvent() under mouse handling fixes this

fallahn avatar Jun 17 '15 14:06 fallahn

this also applies to the slider setValue() function

fallahn avatar Jun 17 '15 15:06 fallahn