B2019-016 include RNO step type in the list of step types to search
This commit is contained in:
parent
550200acf6
commit
3da1b7192a
@ -466,6 +466,13 @@ namespace Volian.Controls.Library
|
||||
pnode.Nodes.Sort();
|
||||
advTreeStepTypes.Nodes.Add(pnode);
|
||||
}
|
||||
else if (sd.Type.Equals("RNOType")) // B2019-016 Allow for search of RNO step types (when selecting types to search)
|
||||
{
|
||||
newnode = NewAdvTreeNode(sdr.Name, true, true);
|
||||
newnode.Tag = sd;
|
||||
newnode.Name = sd.Type;
|
||||
advTreeStepTypes.Nodes.Add(newnode);
|
||||
}
|
||||
else
|
||||
{
|
||||
// B2016-236: for global search – change ‘AER’ to ‘Left’ in list of step types for figures
|
||||
|
Loading…
x
Reference in New Issue
Block a user