*** image_global.adb.orig Wed Sep 17 18:00:42 1997 --- image_global.adb Thu Sep 18 23:52:00 1997 *************** *** 42,48 **** -- Blank out the rest. if J = Last_Y - 1 then ! Motif_Graphics.Put_Pixel (I, Last_X, Common.White); elsif J < Last_Y - 1 then Motif_Graphics.Draw_Line ((X, Motif_Graphics.A_Y_Point (J + 1)), (X, Motif_Graphics.A_Y_Point'Last), --- 42,48 ---- -- Blank out the rest. if J = Last_Y - 1 then ! Motif_Graphics.Put_Pixel (I, Last_Y, Common.White); elsif J < Last_Y - 1 then Motif_Graphics.Draw_Line ((X, Motif_Graphics.A_Y_Point (J + 1)), (X, Motif_Graphics.A_Y_Point'Last),