aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/ui.cc')
-rw-r--r--dw/ui.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/ui.cc b/dw/ui.cc
index 9621e17b..dbb5b66b 100644
--- a/dw/ui.cc
+++ b/dw/ui.cc
@@ -66,7 +66,9 @@ void Embed::sizeAllocateImpl (Allocation *allocation)
void Embed::containerSizeChangedForChildren ()
{
+ DBG_OBJ_ENTER0 ("resize", 0, "containerSizeChangedForChildren");
// Nothing to do (as long as all resources return empty iterators).
+ DBG_OBJ_LEAVE ();
}
void Embed::enterNotifyImpl (core::EventCrossing *event)