Enabled cursor property + property editor.

git-svn-id: trunk@3295 -
This commit is contained in:
lazarus 2002-09-06 22:32:20 +00:00
parent 2dad37ebc4
commit 284edf961c

View File

@ -718,7 +718,7 @@ writeln(' NewRow.Editor.ClassName=',NewRow.Editor.ClassName);
ValueComboBox.Items.Text:='';
ValueComboBox.Items.Clear;
// XXX
//ValueComboBox.Sorted:=paSortList in Node.Director.GetAttributes;
//ValueComboBox.Sorted:=paSortList in NewRow.Editor.GetAttributes;
NewRow.Editor.GetValues(@AddStringToComboBox);
ValueComboBox.Text:=NewValue;
ValueComboBox.Items.EndUpdate;