aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/object.cpp1
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() {