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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user