Ver código fonte

cleanup
need rebuild

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

eth.metacore 9 anos atrás
pai
commit
0d7d425916
1 arquivos alterados com 1 adições e 0 exclusões
  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;
 		BEGIN
 			ASSERT(layout # NIL);
+			DrawBackground^( );
 			canvas.SaveState(cstate);
 			canvas.GetClipRect(cliprect);
 			IF WMRectangles.RectEmpty(cliprect) THEN RETURN END;