B2023-050 Reset the RO tree when user click off the insert RO dialog then back onto it

This commit is contained in:
John Jenko 2023-05-10 14:45:49 +00:00
parent 620d5dab42
commit cc6b235ce9

View File

@ -586,7 +586,7 @@ namespace Volian.Controls.Library
// Added optional parameter "forceReload" and cleared out any existing nodes before reloading the tree
// the clear nodes code below has to be after the GetRODatabaseList database call because of races conditions in the code
tvROFST.Nodes.Clear();
ResetSearch(); //B2023-050 need to reset the SaveRO, and any RO info that was selected last time the tree was loaded
for (int i = 0; i < dbs.Length; i++)
{
ROFSTLookup.rodbi db = dbs[i];