diff options
-rw-r--r-- | gui/object.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/object.cpp b/gui/object.cpp index 19e21ea8eb..2267eb83b5 100644 --- a/gui/object.cpp +++ b/gui/object.cpp @@ -32,6 +32,7 @@ namespace GUI { GuiObject::GuiObject(const Common::String &name) : _firstWidget(0) { _name = name; + reflowLayout(); } GuiObject::~GuiObject() { |