use better stretch blitting mode by default (from Patrick Chevalley)

git-svn-id: trunk@10245 -
This commit is contained in:
micha 2006-11-26 15:16:29 +00:00
parent 268922b4be
commit 666855ac8d

View File

@ -3187,6 +3187,8 @@ Var
SaveObj: HGDIOBJ;
PrevTextColor, PrevBkColor: COLORREF;
Begin
Windows.SetStretchBltMode(DestDC, STRETCH_HALFTONE);
Windows.SetBrushOrgEx(DestDC, 0, 0, nil);
if Mask = 0 then
begin
if (Width = SrcWidth) and (Height = SrcHeight) then