diff --git a/PROMS/Volian.Controls.Library/vlnTreeView.cs b/PROMS/Volian.Controls.Library/vlnTreeView.cs index ad9250f1..0ab3475d 100644 --- a/PROMS/Volian.Controls.Library/vlnTreeView.cs +++ b/PROMS/Volian.Controls.Library/vlnTreeView.cs @@ -502,6 +502,7 @@ namespace Volian.Controls.Library // A word doc section can contain another subsection (either step section or word doc section), // but cannot contain steps. SectionInfo si = tn.VEObject as SectionInfo; + si.MyConfig = null; // Do not need step versus Word doc options, user enters this in property page during // insert process. cm.MenuItems.Add("Insert Section Before", new EventHandler(mi_Click));