diff --git a/src/ce_inspectors.pas b/src/ce_inspectors.pas index 8d5e61d2..7c6774d6 100644 --- a/src/ce_inspectors.pas +++ b/src/ce_inspectors.pas @@ -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.