mirror of https://gitlab.com/basile.b/dexed.git
move dexed design control to its own lazarus component tab
This commit is contained in:
parent
536490ad44
commit
d6330ed0e4
|
@ -68,7 +68,7 @@ implementation
|
|||
|
||||
procedure register;
|
||||
begin
|
||||
RegisterComponents('Coedit', [TCEToolBar, TCEToolButton]);
|
||||
RegisterComponents('dexed', [TCEToolBar, TCEToolButton]);
|
||||
end;
|
||||
|
||||
constructor TCEToolButton.Create(TheOwner: TComponent);
|
||||
|
|
Loading…
Reference in New Issue