mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 08:58:19 +02:00
MG: removed SaveDC and RestoreDC in ExtTextOut
git-svn-id: trunk@1857 -
This commit is contained in:
parent
136746e0a9
commit
1c1f23543a
@ -2167,7 +2167,7 @@ begin
|
|||||||
end
|
end
|
||||||
else begin
|
else begin
|
||||||
// TODO: implement other parameters.
|
// TODO: implement other parameters.
|
||||||
ADC := SaveDC(DC);
|
//ADC := SaveDC(DC);
|
||||||
//pStr := StrAlloc(Count + 1);
|
//pStr := StrAlloc(Count + 1);
|
||||||
//StrLCopy(pStr, Str, Count);
|
//StrLCopy(pStr, Str, Count);
|
||||||
//pStr[Count] := #0;
|
//pStr[Count] := #0;
|
||||||
@ -2234,7 +2234,7 @@ begin
|
|||||||
// TxtPt.X, TxtPt.Y, pchar(OldText), length(OldText));
|
// TxtPt.X, TxtPt.Y, pchar(OldText), length(OldText));
|
||||||
//end;
|
//end;
|
||||||
end;
|
end;
|
||||||
RestoreDC(DC, ADC);
|
//RestoreDC(DC, ADC);
|
||||||
//StrDispose(pStr);
|
//StrDispose(pStr);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
@ -5989,6 +5989,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.101 2002/08/21 13:51:31 lazarus
|
||||||
|
MG: removed SaveDC and RestoreDC in ExtTextOut
|
||||||
|
|
||||||
Revision 1.100 2002/08/21 13:35:25 lazarus
|
Revision 1.100 2002/08/21 13:35:25 lazarus
|
||||||
MG: accelerations for synedit
|
MG: accelerations for synedit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user