Fixed stack overflow issue editing Enhanced Document B2016-252
This commit is contained in:
parent
e21146f687
commit
5c860d3bd7
@ -4289,7 +4289,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
|
|
||||||
}
|
}
|
||||||
// For VC Summer Unit 2 & 3 (vcb formats) include step number in Note & Caution header
|
// For VC Summer Unit 2 & 3 (vcb formats) include step number in Note & Caution header
|
||||||
if (FormatStepData.TabData.IncludeStepNum && MyHeader != null && MyParent != null)
|
if (FormatStepData.TabData.IncludeStepNum && _MyHeader != null && MyParent != null) // B2016-252 changed MyHeader to _Myheader to fix stack overflow during enhanced document editing
|
||||||
{
|
{
|
||||||
if (MyParent.CombinedTab != null)
|
if (MyParent.CombinedTab != null)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user