summaryrefslogtreecommitdiff
path: root/fluid/Fl_Type.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2024-10-22 13:49:48 +0200
committerMatthias Melcher <github@matthiasm.com>2024-10-22 13:49:48 +0200
commit2228ec22d71117fbf346da1f1c0ae341328dbc02 (patch)
treeffc0c24052f73319e38456bd1e925095daec0c4b /fluid/Fl_Type.h
parentfb5c6522005d08c547bf93cddfc9cd156a59fd81 (diff)
FLUID: Adds missing code for Grid and Flex live: #1092
Diffstat (limited to 'fluid/Fl_Type.h')
-rw-r--r--fluid/Fl_Type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h
index be5e5f1a6..59bd89556 100644
--- a/fluid/Fl_Type.h
+++ b/fluid/Fl_Type.h
@@ -253,6 +253,7 @@ public:
virtual Fl_Widget *enter_live_mode(int top=0); // build widgets needed for live mode
virtual void leave_live_mode(); // free allocated resources
virtual void copy_properties(); // copy properties from this type into a potential live object
+ virtual void copy_properties_for_children() { } // copy remaining properties after children were added
// get message number for I18N
int msgnum();