Fix FontDialog: Issue #37435 / Broken by rev 63619 #efdce59d90, patch from Issue #37360 "improvements for TLCLComponent.NewInstance"

git-svn-id: trunk@63667 -
This commit is contained in:
martin 2020-07-29 10:40:06 +00:00
parent 4076cca667
commit 853bf8e189

View File

@ -265,7 +265,7 @@ end;
function RegisterFontDialog: Boolean; alias : 'WSRegisterFontDialog';
begin
RegisterWSComponent(TFontDialog, TWin32WSFontDialog, nil, True);
RegisterWSComponent(TFontDialog, TWin32WSFontDialog);
Result := True;
end;