mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 15:50:25 +02:00
Enabled cursor property + property editor.
git-svn-id: trunk@3295 -
This commit is contained in:
parent
2dad37ebc4
commit
284edf961c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user