X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2FSurface.java;h=b5530566bad11788c2690feccebb42ec37591397;hb=2532e32f07910e63b366ac8e02e897e5314be72c;hp=394f299b42148486b26925164710b0d8bdbd340d;hpb=fd6731e682bcf3801104fc3c35c808ba241b1739;p=org.ibex.core.git diff --git a/src/org/ibex/Surface.java b/src/org/ibex/Surface.java index 394f299..b553056 100644 --- a/src/org/ibex/Surface.java +++ b/src/org/ibex/Surface.java @@ -248,7 +248,7 @@ public abstract class Surface extends PixelBuffer implements Scheduler.Task { dirty(0, root.maxheight - Main.scarImage.height, Main.scarImage.width, Main.scarImage.height); } root.resize(root.x, root.y, root.maxwidth, root.maxheight); - root.resize_children(); + root.place_children(); setSize(root.width, root.height); String oldcursor = cursor; cursor = "default";