B2023-021: Step Properties/RO panel does not update after modifying RO and create/load new ro.fst
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user