Back out bad location code for note/caution tab.
This commit is contained in:
parent
8d73cf9974
commit
2b7749dc88
@ -74,7 +74,8 @@ namespace Volian.Print.Library
|
|||||||
box.YOffset = yoff;
|
box.YOffset = yoff;
|
||||||
int ln = 1; // a format flag determines whether there is a space before the note/caution.
|
int ln = 1; // a format flag determines whether there is a space before the note/caution.
|
||||||
if (childItemInfo.FormatStepData.OneLineBeforeTab) ln++;
|
if (childItemInfo.FormatStepData.OneLineBeforeTab) ln++;
|
||||||
if (boxHLS && !childItemInfo.HasCautionOrNote) yoff += ln * vlnPrintObject.SixLinesPerInch;
|
//if (boxHLS && !childItemInfo.HasCautionOrNote)
|
||||||
|
yoff += ln * vlnPrintObject.SixLinesPerInch;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else // Change Box Style
|
else // Change Box Style
|
||||||
|
Loading…
x
Reference in New Issue
Block a user