TurboPower_ipro: Revert a wrong change made by accident in TIpHtmlProps.SetFontName.

This commit is contained in:
Juha 2024-02-15 14:45:26 +02:00
parent 9ce73d8f40
commit 50cdb0becc

View File

@ -688,7 +688,7 @@ procedure TIpHtmlProps.SetFontName(const Value: string);
var
Rec : TIpHtmlPropAFieldsRec;
begin
if Value <> Rec.FontName then begin
if Value <> FontName then begin
CopyPropARecTo(@Rec);
Rec.FontName:=Value;
FindOrCreatePropA(@Rec);