From 40020050e23022f2f84ee4aeb5154299ccb87f4b Mon Sep 17 00:00:00 2001 From: lazarus Date: Sat, 9 Feb 2002 02:30:24 +0000 Subject: [PATCH] MG: moved TColor definition to graphtype.pp and registered TColor names git-svn-id: trunk@1400 - --- designer/propedits.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designer/propedits.pp b/designer/propedits.pp index dd6b045a73..eabc9366d1 100644 --- a/designer/propedits.pp +++ b/designer/propedits.pp @@ -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);