mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-03 01:09:50 +01:00
TurboPower_ipro: Revert a wrong change made by accident in TIpHtmlProps.SetFontName.
This commit is contained in:
parent
9ce73d8f40
commit
50cdb0becc
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user