mirror of https://github.com/fltk/fltk
Fix Fl_Spinner never reporting changed().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10299 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
aecb3ac594
commit
2ac54f6aca
|
@ -92,6 +92,7 @@ private:
|
|||
sb->update();
|
||||
}
|
||||
|
||||
sb->set_changed();
|
||||
sb->do_callback();
|
||||
}
|
||||
void update() {
|
||||
|
|
Loading…
Reference in New Issue