Back out bad location code for note/caution tab.

This commit is contained in:
Kathy Ruffing 2013-05-30 15:13:18 +00:00
parent 8d73cf9974
commit 2b7749dc88

View File

@ -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