B2023-021: Step Properties/RO panel does not update after modifying RO and create/load new ro.fst

This commit is contained in:
Kathy Ruffing 2023-03-03 13:16:22 +00:00
parent 31e844b42f
commit 740c24b8c0

View File

@ -1327,7 +1327,9 @@ namespace VEPROMS
if (displayRO.MyROFST != SelectedROFst) if (displayRO.MyROFST != SelectedROFst)
{ {
displayRO.MyROFST = SelectedROFst; displayRO.MyROFST = SelectedROFst;
displayRO.LoadTree(); // B2023-021: force Load of Step Prop/RO panel RO tree by passing in
// true to LoadTree
displayRO.LoadTree(true);
} }
} }