mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-25 05:37:17 +01:00
MG: small bugfixes
git-svn-id: trunk@2678 -
This commit is contained in:
parent
e5676cc1be
commit
0198ac77b8
@ -571,7 +571,8 @@ end;
|
||||
Returns: Nothing
|
||||
|
||||
------------------------------------------------------------------------------}
|
||||
procedure TCanvas.TextRect(Rect: TRect; X, Y : Integer; const Text : String; const Style : TTextStyle);
|
||||
procedure TCanvas.TextRect(Rect: TRect; X, Y : Integer; const Text : String;
|
||||
const Style : TTextStyle);
|
||||
var
|
||||
Options : Longint;
|
||||
fRect : TRect;
|
||||
@ -627,7 +628,7 @@ begin
|
||||
end
|
||||
else
|
||||
RequiredState([csHandleValid, csFontValid]);
|
||||
DrawText(Self.Handle, pChar(Text), Length(Text), fRect, Options)
|
||||
DrawText(Self.Handle, pChar(Text), Length(Text), fRect, Options);
|
||||
end;
|
||||
|
||||
|
||||
@ -1040,6 +1041,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.26 2002/09/12 15:35:57 lazarus
|
||||
MG: small bugfixes
|
||||
|
||||
Revision 1.25 2002/09/03 08:07:19 lazarus
|
||||
MG: image support, TScrollBox, and many other things from Andrew
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user