X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2FSurface.java;h=b5530566bad11788c2690feccebb42ec37591397;hp=394f299b42148486b26925164710b0d8bdbd340d;hb=678a052b8a88a204220b57071360775ffa7b8c2b;hpb=ea80b06d1e0e190d3748df9796c1acbb4a38aea9 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";