braitsch / ofxDatGui

Simple to use, fully customizable, high-resolution graphical user interface for openFrameworks

Home Page:https://braitsch.github.io/ofxDatGui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxDatGuiSlider::dispatchEvent() doesn't update bounded variable

avilleret opened this issue · comments

bounded variables are updated with dispatchSliderChangedEvent() which call dispatchEvent() itself
since dispatchSliderChangedEvent() is private, we can't update bounded variable when using setValue()

this will be fixed with 699f538

This is also broken for dropdownmenus

@bafonso see my dev branch where lots of issues have been fixed