MG: moved TColor definition to graphtype.pp and registered TColor names

git-svn-id: trunk@1400 -
This commit is contained in:
lazarus 2002-02-09 02:30:24 +00:00
parent 09ca1546a5
commit 40020050e2

View File

@ -3044,7 +3044,7 @@ begin
// XXX workaround for missing typeinfo function
DummyClassForPropTypes:=TDummyClassForPropTypes.Create;
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('longint'),nil
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('TColor'),nil
,'Color',TColorPropertyEditor);
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('TComponent'),nil
,'',TComponentPropertyEditor);