new linear constraint solver for layout
[org.ibex.core.git] / src / org / ibex / Surface.java
index 394f299..b553056 100644 (file)
@@ -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";