Fixed issue the where the list of procedures in the Transitions panel would duplicate as the user clicked from step to step in a procedure. B2016-248
This commit is contained in:
parent
c538aaab5a
commit
c6f096cf55
@ -369,6 +369,7 @@ namespace Volian.Controls.Library
|
||||
// the next section of code where docversions are processed.
|
||||
FolderInfo fi = FolderInfo.GetTop();
|
||||
DropDownNode topnode = null;
|
||||
vlnTreeComboSets.DropDownControl.Nodes.Clear(); // Bug fix B2016-248 - fixed duplicated list of procedures
|
||||
int cntnd = 0;
|
||||
while (fi.ChildFolderCount > 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user