mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 14:33:49 +02:00
LCL: reduced warnings
git-svn-id: trunk@13694 -
This commit is contained in:
parent
876cefb855
commit
41a2ef9338
@ -108,7 +108,9 @@ begin
|
||||
TLCLComponent(Result).FWidgetSetClass := FindWSComponentClass(Self);
|
||||
if TLCLComponent(Result).FWidgetSetClass = nil then
|
||||
begin
|
||||
{$IFDEF VerboseLCL}
|
||||
DebugLn(['TLCLComponent.NewInstance WARNING: missing FWidgetSetClass ',ClassName]);
|
||||
{$ENDIF}
|
||||
TLCLComponent(Result).FWidgetSetClass := TWSLCLComponent;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user