Index: trunk/Ohana/src/kii/button/ButtonFunctions.c
===================================================================
--- trunk/Ohana/src/kii/button/ButtonFunctions.c	(revision 2466)
+++ trunk/Ohana/src/kii/button/ButtonFunctions.c	(revision 5700)
@@ -12,4 +12,6 @@
   Remap (graphic, layout, &layout[0].matrix);
   CreateZoom (layout, graphic, 0, 0); 
+  Refresh (graphic, layout, 0);
+  XFlush (graphic[0].display);
   return (TRUE);
 }
@@ -22,4 +24,6 @@
   Remap (graphic, layout, &layout[0].matrix);
   CreateZoom (layout, graphic, 0, 0); 
+  Refresh (graphic, layout, 0);
+  XFlush (graphic[0].display);
   return (TRUE);
 }
@@ -32,4 +36,6 @@
   Remap (graphic, layout, &layout[0].matrix);
   CreateZoom (layout, graphic, 0, 0); 
+  Refresh (graphic, layout, 0);
+  XFlush (graphic[0].display);
   return (TRUE);
 }
