backed out one optimization
[org.ibex.core.git] / src / org / ibex / Box.java
index b3f5fd4..9dcb020 100644 (file)
@@ -250,7 +250,7 @@ public final class Box extends JSScope implements Scheduler.Task {
                     who.dirty(thisx+min(this.width,width), thisy, Math.abs(width-this.width), max(this.height, height));
                     who.dirty(thisx, thisy+min(this.height,height), min(this.width, width), Math.abs(height-this.height));
                 }
-                return;
+                //return;
             }
             (parent == null ? this : parent).dirty(thisx, thisy, this.width, this.height);
             this.width = width; this.height = height; this.x = x; this.y = y;