mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 16:59:09 +02:00
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:
parent
4076cca667
commit
853bf8e189
@ -265,7 +265,7 @@ end;
|
||||
|
||||
function RegisterFontDialog: Boolean; alias : 'WSRegisterFontDialog';
|
||||
begin
|
||||
RegisterWSComponent(TFontDialog, TWin32WSFontDialog, nil, True);
|
||||
RegisterWSComponent(TFontDialog, TWin32WSFontDialog);
|
||||
Result := True;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user