From ea20db58993dc1dfd2c4a68eb13a689ef39afda7 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:42:44 +0000 Subject: [PATCH] 2003/12/10 01:49:25 darcs-hash:20040130074244-2ba56-cab941d8dbebc3d7dde60b7750b72111b6fd96a1.gz --- src/org/xwt/Box.java | 1 + 1 file changed, 1 insertion(+) 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; -- 1.7.10.4