diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-23 18:26:21 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-23 18:28:52 +0200 |
| commit | b9758f564fca3703b2a2920be80b8b02c6209099 (patch) | |
| tree | 842287def2b2171e6db2872d44ca86bee76d54dc /fluid/widget_panel.h | |
| parent | 975ebaaf8b3f2155a19728885202a18cbce16320 (diff) | |
FLUID: Fixes two minor bugs
* Fl_Grid mixed up gap_ro_ vs. gap_col_ once
* Code formatting warning
Diffstat (limited to 'fluid/widget_panel.h')
| -rw-r--r-- | fluid/widget_panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h index 47809985d..1a4021a9b 100644 --- a/fluid/widget_panel.h +++ b/fluid/widget_panel.h @@ -23,10 +23,10 @@ #include <FL/Fl_Double_Window.H> #include <FL/Fl_Grid.H> #include <FL/Fl_Button.H> +#include <FL/Fl_Group.H> Fl_Double_Window* make_window(); #include <FL/Fl_Tabs.H> extern Fl_Tabs *widget_tabs; -#include <FL/Fl_Group.H> extern void propagate_load(Fl_Group*, void*); #include <FL/Fl_Input.H> extern void label_cb(Fl_Input*, void*); |
