From: megacz Date: Fri, 30 Jan 2004 06:47:01 +0000 (+0000) Subject: 2002/05/06 20:20:56 X-Git-Tag: RC3~1761 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=a5b4833ce4307242eb20dd96df36d847322bf29e 2002/05/06 20:20:56 darcs-hash:20040130064701-2ba56-92002b2c024a4462f5343ac009df546b0b4005dc.gz --- diff --git a/src/org/xwt/Box.java b/src/org/xwt/Box.java index 7456b6e..c1dfd86 100644 --- a/src/org/xwt/Box.java +++ b/src/org/xwt/Box.java @@ -325,6 +325,9 @@ public final class Box extends JSObject { // if the pad changes, update cmin if (which == pad) sync_cmin_to_children(); + // needed in the shrink case, since dmin may have been the deciding factor in calculating cmin + if ((vshrink || hshrink) && which == dmin) sync_cmin_to_children(); + // if the cmin changes, we need to be re-prerendered if (which == cmin) mark_for_prerender();