Fixes small mistake in the new TFont orientation property

git-svn-id: trunk@19737 -
This commit is contained in:
sekelsenmat 2009-05-01 14:18:20 +00:00
parent a73e46e40c
commit 4167e49626

View File

@ -933,6 +933,7 @@ begin
if FOrientation <> AValue then
begin
FreeReference;
FOrientation := AValue;
Changed;
end;
end;