diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-10-22 13:49:48 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-10-22 13:49:48 +0200 |
| commit | 2228ec22d71117fbf346da1f1c0ae341328dbc02 (patch) | |
| tree | ffc0c24052f73319e38456bd1e925095daec0c4b /fluid/Fl_Widget_Type.cxx | |
| parent | fb5c6522005d08c547bf93cddfc9cd156a59fd81 (diff) | |
FLUID: Adds missing code for Grid and Flex live: #1092
Diffstat (limited to 'fluid/Fl_Widget_Type.cxx')
| -rw-r--r-- | fluid/Fl_Widget_Type.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index 44b470102..aaa96883f 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -3834,6 +3834,8 @@ Fl_Widget* Fl_Widget_Type::propagate_live_mode(Fl_Group* grp) { } } grp->end(); + live_widget = grp; + copy_properties_for_children(); return live_widget; } |
