X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2FBox.java;h=9dcb020148e37f162e14ac3d2ef9c407bc927758;hp=b3f5fd4973a7c47214c4cb14baeef34d8a48107e;hb=31019e2c41b5fab3cac37d0583fd0a2e5bd18adf;hpb=707b1064f56e88db0cf555a99cb4aa224484f51a diff --git a/src/org/ibex/Box.java b/src/org/ibex/Box.java index b3f5fd4..9dcb020 100644 --- a/src/org/ibex/Box.java +++ b/src/org/ibex/Box.java @@ -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;