mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 13:40:29 +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;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
|
{$ifdef EnableTFrame}
|
||||||
|
RegisterComponents('Standard',[TFrame]);
|
||||||
|
{$endif}
|
||||||
RegisterComponents('Additional',[TScrollBox, TApplicationProperties]);
|
RegisterComponents('Additional',[TScrollBox, TApplicationProperties]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user