aboutsummaryrefslogtreecommitdiff
path: root/dw/tools.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/tools.cc')
-rw-r--r--dw/tools.cc2
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 ();