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_Grid_Type.h | |
| parent | fb5c6522005d08c547bf93cddfc9cd156a59fd81 (diff) | |
FLUID: Adds missing code for Grid and Flex live: #1092
Diffstat (limited to 'fluid/Fl_Grid_Type.h')
| -rw-r--r-- | fluid/Fl_Grid_Type.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Fl_Grid_Type.h b/fluid/Fl_Grid_Type.h index 1fd59277b..2098cf783 100644 --- a/fluid/Fl_Grid_Type.h +++ b/fluid/Fl_Grid_Type.h @@ -64,6 +64,7 @@ public: Fl_Widget *enter_live_mode(int top=0) FL_OVERRIDE; void leave_live_mode() FL_OVERRIDE; void copy_properties() FL_OVERRIDE; + void copy_properties_for_children() FL_OVERRIDE; void write_code1(Fd_Code_Writer& f) FL_OVERRIDE; void write_code2(Fd_Code_Writer& f) FL_OVERRIDE; void add_child(Fl_Type*, Fl_Type*) FL_OVERRIDE; |
