mirror of https://gitlab.com/basile.b/dexed.git
hide TCollection default editor
for example in the category Editor, 'Shortcuts' are not anymore visible but editable in the category shortcuts
This commit is contained in:
parent
e2e9aa8bfe
commit
0fdab64271
|
@ -241,9 +241,11 @@ begin
|
|||
if aEditor.GetComponent(0) is TComponent then
|
||||
begin
|
||||
if aEditor.GetPropInfo^.Name = 'Tag' then
|
||||
aSHow := false;
|
||||
if aEditor.GetPropInfo^.Name = 'Name' then
|
||||
aSHow := false;
|
||||
aShow := false
|
||||
else if aEditor.GetPropInfo^.Name = 'Name' then
|
||||
aShow := false
|
||||
else if aEditor.GetPropInfo^.PropType = TypeInfo(TCollection) then
|
||||
aShow := false;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue