From 284edf961c9098eb6c5f8d77a91366a80a4534fe Mon Sep 17 00:00:00 2001 From: lazarus Date: Fri, 6 Sep 2002 22:32:20 +0000 Subject: [PATCH] Enabled cursor property + property editor. git-svn-id: trunk@3295 - --- designer/objectinspector.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designer/objectinspector.pp b/designer/objectinspector.pp index a7a9d6f848..df92d5744a 100644 --- a/designer/objectinspector.pp +++ b/designer/objectinspector.pp @@ -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;