mirror of https://gitlab.com/basile.b/dexed.git
fix, option editor, display problem with TColor props
This commit is contained in:
parent
1c9902694a
commit
79844bb96a
|
@ -243,6 +243,6 @@ initialization
|
||||||
RegisterPropertyEditor(TypeInfo(TCEPathname), nil, '', TCEPathnameEditor);
|
RegisterPropertyEditor(TypeInfo(TCEPathname), nil, '', TCEPathnameEditor);
|
||||||
RegisterPropertyEditor(TypeInfo(TCEFilename), nil, '', TCEfilenameEditor);
|
RegisterPropertyEditor(TypeInfo(TCEFilename), nil, '', TCEfilenameEditor);
|
||||||
RegisterPropertyEditor(TypeInfo(TCEEditEvent), nil, '', TCEActionInEditor);
|
RegisterPropertyEditor(TypeInfo(TCEEditEvent), nil, '', TCEActionInEditor);
|
||||||
//RegisterPropertyEditor(TypeInfo(TColor), nil, '', TCEColorEditor);
|
RegisterPropertyEditor(TypeInfo(TColor), nil, '', TCEColorEditor);
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue