2003/12/30 01:41:37
[org.ibex.core.git] / src / org / xwt / Surface.java
index fd66554..e241742 100644 (file)
@@ -165,6 +165,7 @@ public abstract class Surface extends PixelBuffer implements Scheduler.Task {
         pendingWidth = width;
         pendingHeight = height;
         Refresh();
+        Scheduler.add(new Scheduler.Task() { public void perform() { }});
     }
 
     // FEATURE: can we avoid creating objects here?