From b76152cf6c0346a34a1f866ad1809ad0c6f2e6ea Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 6 Nov 2022 14:40:18 +0100 Subject: Fluid: widget classes can resize children on instantiation --- fluid/Fl_Window_Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/Fl_Window_Type.h') diff --git a/fluid/Fl_Window_Type.h b/fluid/Fl_Window_Type.h index e1ddcba9c..41cf73f4b 100644 --- a/fluid/Fl_Window_Type.h +++ b/fluid/Fl_Window_Type.h @@ -111,7 +111,7 @@ public: } // state variables for output: char write_public_state; // true when public: has been printed - char wc_relative; // if true, reposition all child widgets in an Fl_Group + char wc_relative; // if 1, reposition all children, if 2, reposition and resize virtual void write_properties(); virtual void read_property(const char *); -- cgit v1.2.3