diff options
Diffstat (limited to 'fluid/factory.cxx')
| -rw-r--r-- | fluid/factory.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/factory.cxx b/fluid/factory.cxx index 27b9a5cba..71391e7f1 100644 --- a/fluid/factory.cxx +++ b/fluid/factory.cxx @@ -725,6 +725,7 @@ static Fl_Menu_Item scrollbar_type_menu[] = { {0}}; class Fl_Scrollbar_Type : public Fl_Slider_Type { Fl_Menu_Item *subtypes() {return scrollbar_type_menu;} + int is_valuator() const {return 3;} public: virtual const char *type_name() {return "Fl_Scrollbar";} Fl_Widget *widget(int x,int y,int w,int h) { |
