B2018-036: The width was incorrect for sub-steps with tabs off of TitleWithTextBelow type steps.
This commit is contained in:
parent
a7595775a3
commit
181008c9f9
@ -5648,6 +5648,9 @@ namespace Volian.Print.Library
|
||||
float delta = childindent + MyParent.XOffset - myTab.XOffset;
|
||||
myTab.XOffset += delta;
|
||||
XOffset += delta;
|
||||
// B2018-036: set the width of (background/deviation/alarms/etc) steps that have a tab
|
||||
if (!itemInfo.ActiveFormat.PlantFormat.FormatData.PrintData.SpecialCaseCalvertAlarm || !UseTemplateWidthOrXOff(itemInfo.MyParent))
|
||||
Width = (float)itemInfo.MyDocStyle.Layout.PageWidth - (float)itemInfo.MyDocStyle.Layout.LeftMargin - delta;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user