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:
John Jenko 2016-10-28 16:35:56 +00:00
parent c538aaab5a
commit c6f096cf55

View File

@ -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)
{