summaryrefslogtreecommitdiff
path: root/dw/layout.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-05-30 00:59:17 +0200
committerSebastian Geerken <devnull@localhost>2014-05-30 00:59:17 +0200
commitba79c22372b1cb17ff42d80f9be737b0bf091ff4 (patch)
tree9e01d348027a85f08c760913eac28af96967dcc4 /dw/layout.cc
parentf9ce17839903ef10002f19a0c758dfeb828ae11a (diff)
Some bugfixes (GROWS).
Diffstat (limited to 'dw/layout.cc')
-rw-r--r--dw/layout.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/layout.cc b/dw/layout.cc
index c89b2868..d82595d8 100644
--- a/dw/layout.cc
+++ b/dw/layout.cc
@@ -372,6 +372,8 @@ void Layout::addWidget (Widget *widget)
topLevel = widget;
widget->layout = this;
widget->container = NULL;
+ DBG_OBJ_SET_PTR_O (widget, "container", widget->container);
+
queueResizeList->clear ();
widget->notifySetAsTopLevel ();