diff options
author | Sebastian Geerken <devnull@localhost> | 2014-05-30 00:59:17 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-05-30 00:59:17 +0200 |
commit | ba79c22372b1cb17ff42d80f9be737b0bf091ff4 (patch) | |
tree | 9e01d348027a85f08c760913eac28af96967dcc4 /dw/layout.cc | |
parent | f9ce17839903ef10002f19a0c758dfeb828ae11a (diff) |
Some bugfixes (GROWS).
Diffstat (limited to 'dw/layout.cc')
-rw-r--r-- | dw/layout.cc | 2 |
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 (); |