diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-07-20 13:48:43 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-07-20 13:49:19 +0200 |
| commit | 43fe6ee02720782ce9da715b57c8d0037e6ef641 (patch) | |
| tree | 10ba1b2a287ba93c4dc15b3a5340549c3a9f57b1 /fluid/Fl_Button_Type.h | |
| parent | 4ec02555ef84965cc83e62e4181f091103bfb269 (diff) | |
FLUID improves positioning and sizing new widgets
Better default sizes for text based widgets and menu managers
Better Menu refresh on custom text heights
Smarter positioning of menu bars and groups inside tabs
Fixes wrong include guard
Diffstat (limited to 'fluid/Fl_Button_Type.h')
| -rw-r--r-- | fluid/Fl_Button_Type.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/Fl_Button_Type.h b/fluid/Fl_Button_Type.h index ea7ed7cd3..743c1fdd5 100644 --- a/fluid/Fl_Button_Type.h +++ b/fluid/Fl_Button_Type.h @@ -14,8 +14,8 @@ // https://www.fltk.org/bugs.php // -#ifndef _FLUID_FACTORY_H -#define _FLUID_FACTORY_H +#ifndef _FL_BUTTON_TYPE_H +#define _FL_BUTTON_TYPE_H #include "Fl_Widget_Type.h" @@ -40,4 +40,4 @@ public: extern Fl_Button_Type Fl_Button_type; -#endif // _FLUID_FACTORY_H +#endif // _FL_BUTTON_TYPE_H |
