mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 07:38:14 +02:00
lcl: add TFrame to the component palette if -dEnabledTFrame is passed
git-svn-id: trunk@15042 -
This commit is contained in:
parent
d1872f6495
commit
d2d5ce2407
@ -1364,6 +1364,9 @@ var
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
{$ifdef EnableTFrame}
|
||||
RegisterComponents('Standard',[TFrame]);
|
||||
{$endif}
|
||||
RegisterComponents('Additional',[TScrollBox, TApplicationProperties]);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user