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:
parent
2b397c63e7
commit
d6fe5a9d0d
@ -1054,6 +1054,10 @@ namespace Volian.Controls.Library
|
|||||||
}
|
}
|
||||||
_MyEditItem.AddChild((E_FromType)fromtype, contenttype);
|
_MyEditItem.AddChild((E_FromType)fromtype, contenttype);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
_MyEditItem.AddChild((E_FromType)fromtype, contenttype);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// the following launches the equation editor based on registry setting:
|
// the following launches the equation editor based on registry setting:
|
||||||
private static string GetEqnEdt()
|
private static string GetEqnEdt()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user