Farley had a Table that was printing on the page following the tables header. Pagination was changed to keep table headers together with their tables.
Added logic to skip the Tab Adjustments if the step is unnumbered.
This commit is contained in:
@@ -1573,7 +1573,7 @@ namespace Volian.Print.Library
|
||||
XOffset += diff;
|
||||
adjustAgain = false;
|
||||
}
|
||||
else
|
||||
else if(mytab != null)
|
||||
{
|
||||
float adjusttab = (itemInfo.MyParent.IsHigh) ? itemInfo.FormatStepData.AdjHighLevelTab ?? 0 : 0;
|
||||
mytab.XOffset += (mytab.Width + adjusttab);
|
||||
|
Reference in New Issue
Block a user