Use ChangeIDs format flag to control whether the Change ID is displayed on the change bar.
This commit is contained in:
parent
bd8fc821fc
commit
0d99f81701
@ -2652,7 +2652,7 @@ namespace Volian.Print.Library
|
|||||||
cbd.FixedChangeColumn ?? 0 : AERLeftChangeBarLocation(formatInfo) :
|
cbd.FixedChangeColumn ?? 0 : AERLeftChangeBarLocation(formatInfo) :
|
||||||
cbd.FixedChangeColumn ?? 0 : ChangeBarLocation(xoff, this, formatInfo, maxRNO);
|
cbd.FixedChangeColumn ?? 0 : ChangeBarLocation(xoff, this, formatInfo, maxRNO);
|
||||||
string chgIdTxt = null;
|
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;
|
StepConfig sc = itemInfo.MyConfig as StepConfig;
|
||||||
chgIdTxt = sc == null ? null : sc.Step_ChangeID;
|
chgIdTxt = sc == null ? null : sc.Step_ChangeID;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user