2003/10/16 09:35:55
[org.ibex.core.git] / src / org / xwt / Surface.java
index 8e44116..3317d9e 100644 (file)
@@ -293,6 +293,7 @@ public abstract class Surface extends PixelBuffer {
         do {
             abort = false;
             root.reflow();
+            setSize();
             // update mouseinside and trigger Enter/Leave as a result of box size/position changes
             String oldcursor = cursor;
             cursor = "default";