- Added calls for Point Beach format improvements
- Added support for Point Beach and format flag DiffContActBox for their asterisked boxes Added support for Point Beach’s format flag DiffContActBox for their asterisked boxes
This commit is contained in:
@@ -815,6 +815,7 @@ public struct SeqTabFmt
|
||||
public struct StepSectionPrint
|
||||
{
|
||||
public float ImmStepHdrCol;
|
||||
public string DiffContActBox; // introduced to flag different processing for wep2 asterisk (continuous) boxes.
|
||||
public Int16 SecColHdrforActPMode;
|
||||
public string RNOSepString;
|
||||
public float RNOSepLineLength;
|
||||
@@ -4453,6 +4454,9 @@ namespace fmtxml
|
||||
case "CATBOX.FMT":
|
||||
AddCATfmtOVR(ref fmtdata);
|
||||
break;
|
||||
case "WEP2.FMT":
|
||||
AddWEP2Overridefmt(ref fmtdata);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user