F2025-040 Added code to adjust the position of the CAS box around the high level step number in single column attachment sections #668

Merged
mschill merged 1 commits from F2025-040_VogtleSingleColAtt_ContActStep_Box into Development 2025-12-05 06:00:17 -05:00
Showing only changes of commit b4f2b89139 - Show all commits

View File

@@ -6456,8 +6456,11 @@ namespace Volian.Print.Library
{
if (itemInfo.MyDocStyle.AlignHLSTabWithSect || itemInfo.FormatStepData.AlignHLSTabWithSectOvride)
{
float orgXOffset = MyTab.XOffset;
myTab.XOffset = (float)itemInfo.MyDocStyle.Layout.LeftMargin + (float)formatInfo.PlantFormat.FormatData.SectData.SectionHeader.Pos;
XOffset = myTab.XOffset + myTab.Width;
// F2025-040 Adjust the Cont Act box position around HLS number
if (myTab.MyMacro != null) myTab.MyMacro.XOffset += (MyTab.XOffset - orgXOffset);
}
else
{