mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 16:20:35 +02:00
LCL: use TSize instead of tagSize, bug #29012
git-svn-id: trunk@50374 -
This commit is contained in:
parent
9c140c4deb
commit
f0fa6bf014
@ -460,7 +460,7 @@ end;
|
|||||||
|
|
||||||
procedure TCanvas.DoGetTextSize(Text: string; var w, h: integer);
|
procedure TCanvas.DoGetTextSize(Text: string; var w, h: integer);
|
||||||
var
|
var
|
||||||
TxtSize: tagSIZE;
|
TxtSize: TSize;
|
||||||
begin
|
begin
|
||||||
TxtSize:=TextExtent(Text);
|
TxtSize:=TextExtent(Text);
|
||||||
w:=TxtSize.cx;
|
w:=TxtSize.cx;
|
||||||
|
Loading…
Reference in New Issue
Block a user