mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 20:20:23 +02:00
IDE: hide ClientWIdht/Height only for TControl descendants
git-svn-id: trunk@13964 -
This commit is contained in:
parent
b71761338c
commit
968f7479a7
@ -6148,9 +6148,9 @@ begin
|
||||
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('TAnchorSide'),
|
||||
TControl, 'AnchorSideBottom', THiddenPropertyEditor);
|
||||
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('longint'),
|
||||
nil, 'ClientWidth', THiddenPropertyEditor);
|
||||
TControl, 'ClientWidth', THiddenPropertyEditor);
|
||||
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('longint'),
|
||||
nil, 'ClientHeight', THiddenPropertyEditor);
|
||||
TControl, 'ClientHeight', THiddenPropertyEditor);
|
||||
RegisterPropertyEditor(DummyClassForPropTypes.PTypeInfos('AnsiString'),
|
||||
TCustomPropertyStorage, 'Filename', TFileNamePropertyEditor);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user