Correct case of format property.
This commit is contained in:
parent
f17a7d9b06
commit
cccef00ebd
@ -102,7 +102,7 @@ namespace Volian.Controls.Library
|
|||||||
cmbCheckoff.Enabled = true;
|
cmbCheckoff.Enabled = true;
|
||||||
if ((_CurItemInfo.IsCaution || _CurItemInfo.IsNote) & !fmtdata.SectData.StepSectionData.StepSectionLayoutData.TieTabToLevel)
|
if ((_CurItemInfo.IsCaution || _CurItemInfo.IsNote) & !fmtdata.SectData.StepSectionData.StepSectionLayoutData.TieTabToLevel)
|
||||||
cmbCheckoff.Enabled = false;
|
cmbCheckoff.Enabled = false;
|
||||||
if (_CurItemInfo.IsRNO && sc != null && sc.Step_CheckOffIndex != -1 && !fmtdata.StepDataList[formatSteptype].CheckoffSameAsParent)
|
if (_CurItemInfo.IsRNO && sc != null && sc.Step_CheckOffIndex != -1 && !fmtdata.StepDataList[formatSteptype].CheckOffSameAsParent)
|
||||||
cmbCheckoff.Enabled = false; // Checkoffs already assigned to RNO.
|
cmbCheckoff.Enabled = false; // Checkoffs already assigned to RNO.
|
||||||
if (StepOverRide()) cmbCheckoff.Enabled = false; // Checkoffs already assigned to AER
|
if (StepOverRide()) cmbCheckoff.Enabled = false; // Checkoffs already assigned to AER
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user