From 22ad8daa0b3e6b20e911e12e0f0e657b52303698 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Wed, 10 Jun 2015 19:41:03 +0200 Subject: SRDOP: Bug fix. --- dw/tools.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dw/tools.cc b/dw/tools.cc index 1db83306..8f36069a 100644 --- a/dw/tools.cc +++ b/dw/tools.cc @@ -62,7 +62,7 @@ void SizeParams::forChild (Widget *parent, Widget *child, int xRel, int yRel, for (int i = 0; i < numChildReferences; i++) { Widget *childReference = child->sizeRequestReference (i); if (childReference == parent) { - references[numPos] = childReference; + childParams->references[numPos] = childReference; childParams->x[numPos] = xRel; childParams->y[numPos] = yRel; numPos++; -- cgit v1.2.3