FNP: fix for xoffset for RNO's when in single column section
This commit is contained in:
parent
32ac52b36d
commit
44b289fbd7
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user