B2025-050 Fixed settings that required restarting PROMS and the toggle of Sync Navigation
This commit is contained in:
@@ -37,7 +37,7 @@ namespace VEPROMS.CSLA.Library
|
||||
// Variables in this region are not set in the format files. They are used only in the C# code
|
||||
|
||||
// when IgnoreUCF is true, get the original data, i.e.don't apply any UCF changes to it
|
||||
private static bool _IgnoreUCF = false;
|
||||
private static bool _IgnoreUCF = true; // turn off reading in UCF values when getting format information
|
||||
public static bool IgnoreUCF
|
||||
{
|
||||
get { return PlantFormat._IgnoreUCF; }
|
||||
|
Reference in New Issue
Block a user