This commit is contained in:
@@ -798,6 +798,7 @@ public struct StepSectionPrint
|
||||
public float ImmStepHdrCol;
|
||||
public Int16 SecColHdrforActPMode;
|
||||
public string RNOSepString;
|
||||
public float RNOSepLineLength;
|
||||
public string HLStpSeparatorString;
|
||||
public string HLRNOStpSeparatorString;
|
||||
/* Format flags moved to here.... */
|
||||
@@ -5058,6 +5059,7 @@ namespace fmtxml
|
||||
//}
|
||||
|
||||
if (msctpr.RNOSepString == ssctpr.RNOSepString) subFmt.SectData.StepSectionData.StpSectPrtData.RNOSepString = null;
|
||||
if (msctpr.RNOSepLineLength == ssctpr.RNOSepLineLength) subFmt.SectData.StepSectionData.StpSectPrtData.RNOSepLineLength = 0;
|
||||
|
||||
for (int i = 0; i < 10; i++)
|
||||
if (msctstp.UnderlineTerminate[i] == ssctstp.UnderlineTerminate[i]) subFmt.SectData.StepSectionData.UnderlineTerminate[i] = null;
|
||||
|
Reference in New Issue
Block a user