Added call to AddPlantSpecificOverrideInheritance in LoadFormatFile method

Added formatting properties to support VCSummer data
This commit is contained in:
Rich
2013-06-17 05:39:12 +00:00
parent dc06b22811
commit ae2922e976
2 changed files with 5 additions and 3 deletions

View File

@@ -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();