mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 06:56:24 +08:00
Fl_Value_Input is not derived from Fl_Input_. Fixing Fluid.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6110 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -791,7 +791,6 @@ public:
|
|||||||
if (w < 15) w = 15;
|
if (w < 15) w = 15;
|
||||||
}
|
}
|
||||||
virtual const char *type_name() {return "Fl_Value_Input";}
|
virtual const char *type_name() {return "Fl_Value_Input";}
|
||||||
int is_input() const {return 1;}
|
|
||||||
int textstuff(int w, Fl_Font& f, int& s, Fl_Color& c);
|
int textstuff(int w, Fl_Font& f, int& s, Fl_Color& c);
|
||||||
int is_valuator() const {return 1;}
|
int is_valuator() const {return 1;}
|
||||||
Fl_Widget *widget(int x,int y,int w,int h) {
|
Fl_Widget *widget(int x,int y,int w,int h) {
|
||||||
|
|||||||
Reference in New Issue
Block a user