Index: /branches/eam_branches/ipp-20140904/Ohana/src/kapa2/src/Reconfig.c
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/kapa2/src/Reconfig.c	(revision 37565)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/kapa2/src/Reconfig.c	(revision 37566)
@@ -15,5 +15,9 @@
 
   // if the new size is the same as the old size, do nothing.
-  if ((graphic->dx == NX) && (graphic->dy == NY)) return (TRUE);
+  if ((graphic->dx == NX) && (graphic->dy == NY)) {
+    if (USE_XWINDOW) XClearWindow (graphic->display, graphic->window);
+    Refresh ();
+    return (TRUE);
+  }
 
   // set the new window size
