examples canvas_test: set canvas.copymode to srccopy, since it's cmWhiteness in next paint.

git-svn-id: trunk@44368 -
This commit is contained in:
zeljko 2014-03-07 08:38:28 +00:00
parent 43f34d9bc2
commit c3b928689b

View File

@ -39,7 +39,7 @@ begin
Bmp.Height := 50;
Bmp.Canvas.Brush.Color := clBlue;
Bmp.Canvas.Rectangle(0, 0, 50, 50);
Canvas.CopyMode := cmSrcCopy;
// BrushCopy
Canvas.TextOut(50, 30, 'CopyBrush simple');