fix, option editor, display problem with TColor props

This commit is contained in:
Basile Burg 2015-12-13 06:13:32 +01:00
parent 1c9902694a
commit 79844bb96a
1 changed files with 1 additions and 1 deletions

View File

@ -243,6 +243,6 @@ initialization
RegisterPropertyEditor(TypeInfo(TCEPathname), nil, '', TCEPathnameEditor);
RegisterPropertyEditor(TypeInfo(TCEFilename), nil, '', TCEfilenameEditor);
RegisterPropertyEditor(TypeInfo(TCEEditEvent), nil, '', TCEActionInEditor);
//RegisterPropertyEditor(TypeInfo(TColor), nil, '', TCEColorEditor);
RegisterPropertyEditor(TypeInfo(TColor), nil, '', TCEColorEditor);
end.