From 2b7749dc88798676d31e715082e20d54cb5cb274 Mon Sep 17 00:00:00 2001 From: Kathy Date: Thu, 30 May 2013 15:13:18 +0000 Subject: [PATCH] Back out bad location code for note/caution tab. --- PROMS/Volian.Print.Library/vlnParagraph.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 5923b2dd..ec0d03a2 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -74,7 +74,8 @@ namespace Volian.Print.Library box.YOffset = yoff; int ln = 1; // a format flag determines whether there is a space before the note/caution. 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