diff options
Diffstat (limited to 'dw/image.cc')
-rw-r--r-- | dw/image.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/image.cc b/dw/image.cc index bed1ca1d..9dc6d6ee 100644 --- a/dw/image.cc +++ b/dw/image.cc @@ -260,7 +260,9 @@ void Image::sizeAllocateImpl (core::Allocation *allocation) void Image::containerSizeChangedForChildren () { + DBG_OBJ_ENTER0 ("resize", 0, "containerSizeChangedForChildren"); // Nothing to do. + DBG_OBJ_LEAVE (); } void Image::enterNotifyImpl (core::EventCrossing *event) |