From 3e75ecd9a696d424742d1718416d134ce32efcc3 Mon Sep 17 00:00:00 2001 From: Kathy Date: Tue, 6 Mar 2012 17:20:17 +0000 Subject: [PATCH] --- PROMS/Volian.Controls.Library/vlnTreeView.cs | 1 + 1 file changed, 1 insertion(+) 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));