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_Group_Type.h | |
| parent | fb5c6522005d08c547bf93cddfc9cd156a59fd81 (diff) | |
FLUID: Adds missing code for Grid and Flex live: #1092
Diffstat (limited to 'fluid/Fl_Group_Type.h')
| -rw-r--r-- | fluid/Fl_Group_Type.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Fl_Group_Type.h b/fluid/Fl_Group_Type.h index ac20829d7..1f7bc2747 100644 --- a/fluid/Fl_Group_Type.h +++ b/fluid/Fl_Group_Type.h @@ -118,6 +118,7 @@ public: void read_property(Fd_Project_Reader &f, const char *) FL_OVERRIDE; Fl_Widget *enter_live_mode(int top=0) FL_OVERRIDE; void copy_properties() FL_OVERRIDE; + void copy_properties_for_children() FL_OVERRIDE; void postprocess_read() FL_OVERRIDE; void write_code2(Fd_Code_Writer& f) FL_OVERRIDE; // void add_child(Fl_Type*, Fl_Type*) FL_OVERRIDE; |
