commented out menu item for procedure’s removal of change ids

section continue message no longer prints if section/not hls break; bottom continue message no longer prints over bottom of text if close to bottom of page; end of section message no longer prints for subsections
This commit is contained in:
2014-05-29 13:24:29 +00:00
parent ee2ff97295
commit 2e54123c79
2 changed files with 13 additions and 7 deletions

View File

@@ -626,10 +626,10 @@ namespace Volian.Controls.Library
// if this format has change ids that were added from edit, allow removal of
// change ids for this procedure:
FolderInfo fi = FolderInfo.Get(1);
FormatInfo frmI = FormatInfo.Get(fi.FormatID ?? 1);
if (frmI.PlantFormat.FormatData.ProcData.ChangeBarData.ChgBarMessageFromEdit)
cm.MenuItems.Add("Remove Change Ids", new EventHandler(mi_Click));
//FolderInfo fi = FolderInfo.Get(1);
//FormatInfo frmI = FormatInfo.Get(fi.FormatID ?? 1);
//if (frmI.PlantFormat.FormatData.ProcData.ChangeBarData.ChgBarMessageFromEdit)
// cm.MenuItems.Add("Remove Change Ids", new EventHandler(mi_Click));
cm.MenuItems.Add("New Section", new EventHandler(mi_Click));
if (pri.MyDocVersion.MultiUnitCount > 1)
{