From ba79c22372b1cb17ff42d80f9be737b0bf091ff4 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Fri, 30 May 2014 00:59:17 +0200 Subject: Some bugfixes (GROWS). --- dw/layout.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dw/layout.cc') 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 (); -- cgit v1.2.3