Fixed a Westinghouse print issue with procedure HSD-101 when the sub section numbers and titles were printing in the page header
This commit is contained in:
@@ -1426,8 +1426,9 @@ namespace Volian.Print.Library
|
||||
if (!MyPageHelper.MyParagraphs.ContainsKey(itemInfo.ItemID)) MyPageHelper.MyParagraphs.Add(itemInfo.ItemID, this);
|
||||
|
||||
// if this a continuous subsection, refresh the style.
|
||||
if (itemInfo.IsStepSection && !(itemInfo as SectionInfo).IsSeparatePagination() && itemInfo.MyParent.IsSection)
|
||||
RefreshDocStyle();
|
||||
// This was commented out to fix a Westinghouse print issue 3-21-2014, orignally put in for Farley
|
||||
//if (itemInfo.IsStepSection && !(itemInfo as SectionInfo).IsSeparatePagination() && itemInfo.MyParent.IsSection)
|
||||
// RefreshDocStyle();
|
||||
|
||||
XOffset = xoff;
|
||||
if (!MyItemInfo.IsStep && !MyItemInfo.IsStepSection)
|
||||
|
Reference in New Issue
Block a user