diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-11-06 14:40:18 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2022-11-08 19:09:17 +0100 |
| commit | b76152cf6c0346a34a1f866ad1809ad0c6f2e6ea (patch) | |
| tree | 8cd13cb8e5507c8f110f527e1d4eb8f3a7860f10 /fluid/Fl_Widget_Type.cxx | |
| parent | ec47afb7eb5864e915ea89530ffb8b6a81bf230d (diff) | |
Fluid: widget classes can resize children on instantiation
Diffstat (limited to 'fluid/Fl_Widget_Type.cxx')
| -rw-r--r-- | fluid/Fl_Widget_Type.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index 8a1c0c729..14bba4fd5 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -754,7 +754,7 @@ void h_cb(Fluid_Coord_Input *i, void *v) { } } -void wc_relative_cb(Fl_Light_Button *i, void *v) { +void wc_relative_cb(Fl_Choice *i, void *v) { if (v == LOAD) { if (!strcmp(current_widget->type_name(), "widget_class")) { i->show(); |
