mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 23:20:33 +02:00
MG: moved TColor definition to graphtype.pp and registered TColor names
git-svn-id: trunk@1400 -
This commit is contained in:
parent
09ca1546a5
commit
40020050e2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user