lanterna: update
[jvcard.git] / src / com / googlecode / lanterna / gui2 / AbstractWindow.java
index 6c9c5fdfab05742d32a5e52fd5c7994ac744a859..4e55f3d54d63d51556eeb2319592733de78ccf88 100644 (file)
@@ -123,7 +123,7 @@ public abstract class AbstractWindow extends AbstractBasePane implements Window
             getComponent().invalidate();
         }
         setSize(graphics.getSize(), false);
-       super.draw(graphics);
+        super.draw(graphics);
     }
 
     @Override