Use ChangeIDs format flag to control whether the Change ID is displayed on the change bar.

This commit is contained in:
Rich 2014-06-20 14:10:30 +00:00
parent bd8fc821fc
commit 0d99f81701

View File

@ -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;