This commit is contained in:
2011-04-21 12:24:59 +00:00
parent d8071395fe
commit 99bd83fd14
2 changed files with 8 additions and 2 deletions

View File

@@ -431,7 +431,7 @@ namespace Volian.Controls.Library
// insert process.
cm.MenuItems.Add("Insert Section Before", new EventHandler(mi_Click));
cm.MenuItems.Add("Insert Section After", new EventHandler(mi_Click));
cm.MenuItems.Add("New Subsection", new EventHandler(mi_Click));
if (si.ActiveFormat.PlantFormat.FormatData.SectData.UseMetaSections)cm.MenuItems.Add("New Subsection", new EventHandler(mi_Click));
if (si.IsStepSection) cm.MenuItems.Add("New Step", new EventHandler(mi_Click));
}
else if (tn.VEObject as StepInfo != null)