FNP: fix for xoffset for RNO's when in single column section

This commit is contained in:
Kathy Ruffing 2013-12-05 14:18:47 +00:00
parent 32ac52b36d
commit 44b289fbd7

View File

@ -1423,7 +1423,7 @@ namespace Volian.Print.Library
XOffset += inc;
adjustAgain = false;
}
if (itemInfo.FormatStepData.AdjHighLevelTab != null)
if (itemInfo.FormatStepData.AdjHighLevelTab != null && itemInfo.ColumnMode > 0)
// For Farley (only plant format to use AdjHighLevelTab), determine the xoffset based on
// where the right edge of the text is. Their RNO's are numbered with parent numbering
// so the calculations for determining the xoffset backs up from the right edge.