diff options
Diffstat (limited to 'dw')
-rw-r--r-- | dw/tools.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/tools.cc b/dw/tools.cc index 7579691c..1c9a9d4c 100644 --- a/dw/tools.cc +++ b/dw/tools.cc @@ -90,6 +90,8 @@ void SizeParams::forChild (Widget *parent, Widget *child, int xRel, int yRel, { DBG_OBJ_ENTER ("resize", 0, "forChild", "%p, %p, %d, %d, %p", parent, child, xRel, yRel, childParams); + + childParams->cleanup (); int numChildReferences = child->numSizeRequestReferences (); |