From cc6b235ce944f25e158acc6ae4244508be36ae7f Mon Sep 17 00:00:00 2001 From: John Date: Wed, 10 May 2023 14:45:49 +0000 Subject: [PATCH] B2023-050 Reset the RO tree when user click off the insert RO dialog then back onto it --- PROMS/Volian.Controls.Library/DisplayRO.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Controls.Library/DisplayRO.cs b/PROMS/Volian.Controls.Library/DisplayRO.cs index 019714b3..d9e0d88d 100644 --- a/PROMS/Volian.Controls.Library/DisplayRO.cs +++ b/PROMS/Volian.Controls.Library/DisplayRO.cs @@ -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];