Don't add blank lines before double box high-level step
This commit is contained in:
parent
37d570626e
commit
25b9321efd
@ -367,6 +367,7 @@ namespace Volian.Print.Library
|
|||||||
int nxtIsBoxed = 2;
|
int nxtIsBoxed = 2;
|
||||||
if (nxt != null &&
|
if (nxt != null &&
|
||||||
nxt.FormatStepData.StepLayoutData.STBoxindex != null && nxt.FormatStepData.StepLayoutData.STBoxindex >= 0) nxtIsBoxed--;
|
nxt.FormatStepData.StepLayoutData.STBoxindex != null && nxt.FormatStepData.StepLayoutData.STBoxindex >= 0) nxtIsBoxed--;
|
||||||
|
if (nxt != null && (nxt.MyDocStyle.StructureStyle.Style & E_DocStructStyle.DoubleBoxHLS) == E_DocStructStyle.DoubleBoxHLS) nxtIsBoxed = 0;
|
||||||
yoff += (nxtIsBoxed * vlnPrintObject.SixLinesPerInch);
|
yoff += (nxtIsBoxed * vlnPrintObject.SixLinesPerInch);
|
||||||
}
|
}
|
||||||
if (childItemInfo.IsSequential && childItemInfo.NextItemCount > 0 && childItemInfo.MyParent.IsHigh && ((childItemInfo.MyDocStyle.StructureStyle.Style & E_DocStructStyle.XBlankW1stLevSub) == E_DocStructStyle.XBlankW1stLevSub))
|
if (childItemInfo.IsSequential && childItemInfo.NextItemCount > 0 && childItemInfo.MyParent.IsHigh && ((childItemInfo.MyDocStyle.StructureStyle.Style & E_DocStructStyle.XBlankW1stLevSub) == E_DocStructStyle.XBlankW1stLevSub))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user