Added call to AddPlantSpecificOverrideInheritance in LoadFormatFile method
Added formatting properties to support VCSummer data
This commit is contained in:
@@ -4327,11 +4327,11 @@ namespace fmtxml
|
||||
FixInactiveForText(ref fmtdata);
|
||||
if (!HasBase) InitSymbols(ref fmtdata);
|
||||
else fmtdata.Symbols = null;
|
||||
|
||||
if (success)
|
||||
{
|
||||
PushStepLists(fmtdata.StepData);
|
||||
DoStepInheritance(ref fmtdata.StepData, fname);
|
||||
AddPlantSpecificOverrideInheritance(fname, ref fmtdata);
|
||||
}
|
||||
brFmt.Close();
|
||||
|
||||
|
Reference in New Issue
Block a user