소스 검색

patched issue

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6345 8c9fc860-2736-0410-a75d-ab315db34111
felixf 10 년 전
부모
커밋
0442983136
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      source/WMTextView.Mod

+ 1 - 1
source/WMTextView.Mod

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