diff options
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 (); |