B2023-050 Reset the RO tree when user click off the insert RO dialog then back onto it
This commit is contained in:
parent
620d5dab42
commit
cc6b235ce9
@ -586,7 +586,7 @@ namespace Volian.Controls.Library
|
|||||||
// Added optional parameter "forceReload" and cleared out any existing nodes before reloading the tree
|
// 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
|
// the clear nodes code below has to be after the GetRODatabaseList database call because of races conditions in the code
|
||||||
tvROFST.Nodes.Clear();
|
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++)
|
for (int i = 0; i < dbs.Length; i++)
|
||||||
{
|
{
|
||||||
ROFSTLookup.rodbi db = dbs[i];
|
ROFSTLookup.rodbi db = dbs[i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user