xoffset for numbered rnos fix
This commit is contained in:
parent
22ad34c24e
commit
0085a023de
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user