mirror of
https://github.com/fltk/fltk.git
synced 2025-12-16 09:45:59 +08:00
Oops - someone committed a typo in Fl_Spinner.H - I think this is an adequate fix.
Needed this change to make r8338 build for me. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8339 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -234,7 +234,7 @@ class FL_EXPORT Fl_Spinner : public Fl_Group {
|
|||||||
input_.textsize(s);
|
input_.textsize(s);
|
||||||
}
|
}
|
||||||
/** Gets the numeric representation in the input field.
|
/** Gets the numeric representation in the input field.
|
||||||
\see Fl_Spinner::type(uchar) */
|
\see Fl_Spinner::type(uchar)
|
||||||
*/
|
*/
|
||||||
uchar type() const { return (input_.type()); }
|
uchar type() const { return (input_.type()); }
|
||||||
/** Sets the numeric representation in the input field.
|
/** Sets the numeric representation in the input field.
|
||||||
|
|||||||
Reference in New Issue
Block a user