mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 05:59:28 +02:00
IDE: hide TButton/TBitBtn.Color in OI
git-svn-id: trunk@13965 -
This commit is contained in:
parent
968f7479a7
commit
0eaf506780
@ -705,6 +705,12 @@ initialization
|
||||
TButtonGlyphPropEditor);
|
||||
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('TFontCharset'),
|
||||
nil, 'CharSet', TFontCharsetPropertyEditor);
|
||||
// TButton.Color does not work on all platforms
|
||||
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('TGraphicsColor'),
|
||||
TButton, 'Color', THiddenPropertyEditor);
|
||||
// TBitBtn.Color does not work on all platforms
|
||||
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('TGraphicsColor'),
|
||||
TBitBtn, 'Color', THiddenPropertyEditor);
|
||||
|
||||
|
||||
finalization
|
||||
|
Loading…
Reference in New Issue
Block a user