After adding code to support Visio, PROMS would no longer add high-level steps from the Insert ribbon. This has been fixed.

This commit is contained in:
Rich 2017-02-01 15:43:06 +00:00
parent 2b397c63e7
commit d6fe5a9d0d

View File

@ -1054,6 +1054,10 @@ namespace Volian.Controls.Library
}
_MyEditItem.AddChild((E_FromType)fromtype, contenttype);
}
else
{
_MyEditItem.AddChild((E_FromType)fromtype, contenttype);
}
}
// the following launches the equation editor based on registry setting:
private static string GetEqnEdt()