From: megacz Date: Fri, 30 Jan 2004 07:42:44 +0000 (+0000) Subject: 2003/12/10 01:49:25 X-Git-Tag: RC3~275 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=ea20db58993dc1dfd2c4a68eb13a689ef39afda7 2003/12/10 01:49:25 darcs-hash:20040130074244-2ba56-cab941d8dbebc3d7dde60b7750b72111b6fd96a1.gz --- diff --git a/src/org/xwt/Box.java b/src/org/xwt/Box.java index cb9f53a..04fd791 100644 --- a/src/org/xwt/Box.java +++ b/src/org/xwt/Box.java @@ -257,6 +257,7 @@ public final class Box extends JSScope { private void resize(LENGTH x, LENGTH y, LENGTH width, LENGTH height) { // FEATURE reimplement, but we're destroying this + // FIXME: uncommenting this breaks; see http://bugs.xwt.org/show_bug.cgi?id=345 //if (x != this.x || y != this.y || width != this.width || height != this.height) { (parent == null ? this : parent).dirty(this.x, this.y, this.width, this.height); boolean sizechange = (this.width != width || this.height != height) && getTrap("SizeChange") != null;