2003/10/13 01:17:02
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:39:11 +0000 (07:39 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:39:11 +0000 (07:39 +0000)
darcs-hash:20040130073911-2ba56-cd11fec8c124316fd238f90b7c9af01b9eb92032.gz

src/org/xwt/Surface.java

index b42ee0c..cfc9939 100644 (file)
@@ -223,7 +223,7 @@ public abstract class Surface extends PixelBuffer {
         Message.Q.add(new Message() { public void perform() {
             if (width == root.width && height == root.height) return;
             root.needs_reflow = true;
-            root.reflow(width, height);
+            do { root.reflow(width, height); } while(abort);
         }});
         abort = true;
     }