diff options
Diffstat (limited to 'FL/Fl_Button.H')
| -rw-r--r-- | FL/Fl_Button.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Button.H b/FL/Fl_Button.H index a6429bbac..dc31e17b8 100644 --- a/FL/Fl_Button.H +++ b/FL/Fl_Button.H @@ -157,7 +157,7 @@ public: \param[in] b down box type */ - void down_box(Fl_Boxtype b) {down_box_ = b;} + void down_box(Fl_Boxtype b) {down_box_ = (uchar)b;} void shortcut(const char *s); |
