Browse Source

cleanup
need rebuild

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6344 8c9fc860-2736-0410-a75d-ab315db34111

eth.metacore 9 years ago
parent
commit
0d7d425916
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/WMTextView.Mod

+ 1 - 0
source/WMTextView.Mod

@@ -2642,6 +2642,7 @@ TYPE
 		VAR la, lb, i, top, t, b : LONGINT; cliprect : WMRectangles.Rectangle; cstate : WMGraphics.CanvasState;
 		VAR la, lb, i, top, t, b : LONGINT; cliprect : WMRectangles.Rectangle; cstate : WMGraphics.CanvasState;
 		BEGIN
 		BEGIN
 			ASSERT(layout # NIL);
 			ASSERT(layout # NIL);
+			DrawBackground^( );
 			canvas.SaveState(cstate);
 			canvas.SaveState(cstate);
 			canvas.GetClipRect(cliprect);
 			canvas.GetClipRect(cliprect);
 			IF WMRectangles.RectEmpty(cliprect) THEN RETURN END;
 			IF WMRectangles.RectEmpty(cliprect) THEN RETURN END;