commit a8ab63089ac7f66a0e750df97ecd5c9211d6fb17 parent ac302e110402a415cd1e6582d3f35bfca9bc4611 Author: Christopher A. Oliver <[email protected]> Date: Sat, 10 Oct 2015 15:03:46 -0400 Remove extraneous stateful widget stuff from PountButton. Diffstat:
M | src/UI/EnvelopeUI.fl | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/UI/EnvelopeUI.fl b/src/UI/EnvelopeUI.fl @@ -62,13 +62,13 @@ class PointButton {open : {public Fl_Button, public Fl_Osc_Widget}} } { code {} {} } - Function {Osc_value(bool v)} {open + Function {rebase(std::string new_base)} {open } { - code {Fl_Button::value(v);} {} + code {loc = new_base;} {} } Function {init(std::string path_)} {open } { - code {ext = path_; oscRegister(ext.c_str());} {} + code {ext = path_;} {} } } class EnvelopeUI {open : {public Fl_Osc_Group,PresetsUI_}