This commit is contained in:
@@ -2226,7 +2226,7 @@ namespace fmtxml
|
||||
for (int i = 1; i < MAXSTEPS + 1; i++)
|
||||
{
|
||||
fmtdata.StepData[i].StepPrintData = new Print();
|
||||
fmtdata.StepData[i].StepPrintData.PosAdjust = ((Int16)(RowToPoints(brFmt.ReadInt16()))).ToString();
|
||||
fmtdata.StepData[i].StepPrintData.PosAdjust = ((Int16)(ColToPoints(brFmt.ReadInt16(), _PlantDefaultFontStyle))).ToString();
|
||||
}
|
||||
|
||||
// NOTE a default is added for boxes for the default box for tables, if
|
||||
|
Reference in New Issue
Block a user