mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 20:40:40 +02:00
Fixes small mistake in the new TFont orientation property
git-svn-id: trunk@19737 -
This commit is contained in:
parent
a73e46e40c
commit
4167e49626
@ -933,6 +933,7 @@ begin
|
||||
if FOrientation <> AValue then
|
||||
begin
|
||||
FreeReference;
|
||||
FOrientation := AValue;
|
||||
Changed;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user