diff options
author | Sebastian Geerken <devnull@localhost> | 2014-07-07 21:19:20 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-07-07 21:19:20 +0200 |
commit | 177695c2961956a12a1e7926458b713a4422f569 (patch) | |
tree | 47cd4e546177cc44be776ca62bc9873d77fbe933 /dw/bullet.cc | |
parent | dad2a5491e132571f253359fd8f29ee9e9d2b4cd (diff) |
Fixed bug in Widget::containerSizeChanged complex.
Diffstat (limited to 'dw/bullet.cc')
-rw-r--r-- | dw/bullet.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/bullet.cc b/dw/bullet.cc index 54fd136e..0ae8ccb7 100644 --- a/dw/bullet.cc +++ b/dw/bullet.cc @@ -50,7 +50,9 @@ void Bullet::getExtremesImpl (core::Extremes *extremes) void Bullet::containerSizeChangedForChildren () { + DBG_OBJ_ENTER0 ("resize", 0, "containerSizeChangedForChildren"); // Nothing to do. + DBG_OBJ_LEAVE (); } void Bullet::draw (core::View *view, core::Rectangle *area) |