xoffset for numbered rnos fix

This commit is contained in:
Kathy Ruffing 2014-01-03 15:53:05 +00:00
parent 22ad34c24e
commit 0085a023de

View File

@ -1492,7 +1492,7 @@ namespace Volian.Print.Library
XOffset += inc; XOffset += inc;
adjustAgain = false; adjustAgain = false;
} }
if (itemInfo.FormatStepData.AdjHighLevelTab != null && itemInfo.ColumnMode > 0) else if (itemInfo.FormatStepData.AdjHighLevelTab != null && itemInfo.ColumnMode > 0)
// For Farley (only plant format to use AdjHighLevelTab), determine the xoffset based on // 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 // 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. // so the calculations for determining the xoffset backs up from the right edge.