mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 22:41:42 +02:00
lcl: formatting
git-svn-id: trunk@20008 -
This commit is contained in:
parent
fd3a03f494
commit
fd36716c15
@ -837,7 +837,7 @@ end;
|
|||||||
------------------------------------------------------------------------------}
|
------------------------------------------------------------------------------}
|
||||||
procedure TFont.SetHeight(Value: Integer);
|
procedure TFont.SetHeight(Value: Integer);
|
||||||
begin
|
begin
|
||||||
if FHeight = Value then exit;
|
if FHeight = Value then Exit;
|
||||||
// set Size first. This will set FHeight to a rounded equivalent
|
// set Size first. This will set FHeight to a rounded equivalent
|
||||||
Size := -MulDiv(Value, 72, FPixelsPerInch);
|
Size := -MulDiv(Value, 72, FPixelsPerInch);
|
||||||
// store the real FHeight
|
// store the real FHeight
|
||||||
|
Loading…
Reference in New Issue
Block a user