Commit b5128f1f authored by Sergey Luzyanin's avatar Sergey Luzyanin

editing formulas

parent 7a58883e
......@@ -1758,7 +1758,8 @@ DrawingObjectsController.prototype =
this.checkSelectedObjectsAndCallback(function(){
var oContent2 = this.getTargetDocContent(true);
if(oContent2){
var SelectedInfo = oContent2.Get_SelectedElementsInfo();
var SelectedInfo = new CSelectedElementsInfo();
oContent2.Get_SelectedElementsInfo(SelectedInfo);
if (null !== SelectedInfo.Get_Math()){
var ParaMath = SelectedInfo.Get_Math();
ParaMath.Set_MenuProps(oMathProps);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment