typo in Platform.java
[org.ibex.core.git] / src / org / ibex / plat / Platform.java
index cc9eff9..f0161ee 100644 (file)
@@ -118,7 +118,7 @@ public abstract class Platform {
         ret.setInvisible(false);
         if (refreshable) {
             Surface.allSurfaces.addElement(ret);
-            ret.dirty(0, 0, b.width, b.height);
+            b.dirty();
             ret.Refresh();
         }
         try {