From 0d99f81701e5380c480e6d3d54b86affe7018cdb Mon Sep 17 00:00:00 2001 From: Rich Date: Fri, 20 Jun 2014 14:10:30 +0000 Subject: [PATCH] Use ChangeIDs format flag to control whether the Change ID is displayed on the change bar. --- PROMS/Volian.Print.Library/vlnParagraph.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 90eece8e..39a03596 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -2652,7 +2652,7 @@ namespace Volian.Print.Library cbd.FixedChangeColumn ?? 0 : AERLeftChangeBarLocation(formatInfo) : cbd.FixedChangeColumn ?? 0 : ChangeBarLocation(xoff, this, formatInfo, maxRNO); string chgIdTxt = null; - if (itemInfo.ActiveFormat.PlantFormat.FormatData.ProcData.ChangeBarData.ChgBarMessageFromEdit) + if (itemInfo.ActiveFormat.PlantFormat.FormatData.ProcData.ChangeBarData.ChangeIds) { StepConfig sc = itemInfo.MyConfig as StepConfig; chgIdTxt = sc == null ? null : sc.Step_ChangeID;