This commit is contained in:
2011-02-08 11:31:16 +00:00
parent 9474d194c8
commit 773b2d2380
7 changed files with 3016 additions and 46 deletions

View File

@@ -368,7 +368,7 @@ namespace Volian.Controls.Library
if (MyDisplayTabItem.MyItemInfo != null) // lib doc with no associated active procedure defaults to edit
{
StepTabPanel stpanel = _MyDisplayTabControl.GetProcedureTabPanel(MyDisplayTabItem.MyItemInfo);
PanelViewEditMode = (stpanel==null)? E_ViewMode.Edit : stpanel.MyStepPanel.PanelViewEditMode;
PanelViewEditMode = (stpanel == null) ? E_ViewMode.Edit : stpanel.MyStepPanel.VwMode;
}
try
{