summaryrefslogtreecommitdiff
path: root/dw/image.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-07-07 21:19:20 +0200
committerSebastian Geerken <devnull@localhost>2014-07-07 21:19:20 +0200
commit177695c2961956a12a1e7926458b713a4422f569 (patch)
tree47cd4e546177cc44be776ca62bc9873d77fbe933 /dw/image.cc
parentdad2a5491e132571f253359fd8f29ee9e9d2b4cd (diff)
Fixed bug in Widget::containerSizeChanged complex.
Diffstat (limited to 'dw/image.cc')
-rw-r--r--dw/image.cc2
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)