mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 11:19:40 +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);
|
||||
var
|
||||
TxtSize: tagSIZE;
|
||||
TxtSize: TSize;
|
||||
begin
|
||||
TxtSize:=TextExtent(Text);
|
||||
w:=TxtSize.cx;
|
||||
|
Loading…
Reference in New Issue
Block a user