Index: /branches/eam_branches/ipp-20150419/Ohana/src/kapa2/src/bDrawIt.c
===================================================================
--- /branches/eam_branches/ipp-20150419/Ohana/src/kapa2/src/bDrawIt.c	(revision 38269)
+++ /branches/eam_branches/ipp-20150419/Ohana/src/kapa2/src/bDrawIt.c	(revision 38270)
@@ -24,4 +24,7 @@
       bDrawImage (buffer, section->image, graphic);
       bDrawGraph (buffer, section->graph);
+      for (i = 0; i < NOVERLAYS; i++) {
+	if (section->image->overlay[i].active) bDrawOverlay (buffer, section->image, i);
+      }
   }
 
