mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 05:37:14 +01:00
IdeIntf: Fix AutoAddRows feature for ValueListEditor property editor.
git-svn-id: trunk@44576 -
This commit is contained in:
parent
18858b8e2d
commit
13b4f9aa2d
@ -69,7 +69,8 @@ object KeyValPropEditorFrm: TKeyValPropEditorFrm
|
||||
FixedCols = 0
|
||||
RowCount = 2
|
||||
TabOrder = 1
|
||||
KeyOptions = [keyEdit, keyDelete]
|
||||
KeyOptions = [keyEdit, keyAdd, keyDelete]
|
||||
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goAutoAddRows, goAlwaysShowEditor, goThumbTracking]
|
||||
Strings.Strings = (
|
||||
''
|
||||
)
|
||||
|
||||
@ -44,8 +44,6 @@ begin
|
||||
Caption := oisStringsEditorDialog;
|
||||
StatusLabel.Caption := ois0Lines0Chars;
|
||||
//SortButton.Caption := oisSort;
|
||||
// This does not work :(
|
||||
ValueListEdit.Options := ValueListEdit.Options + [goAutoAddRows];
|
||||
end;
|
||||
|
||||
procedure TKeyValPropEditorFrm.SortButtonClick(Sender: TObject);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user