Commit a1f573a6 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 27959 - Открывается правая боковая панель Shape при попытке открыть правую панель Text

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60182 954022d7-b5bf-4e40-9824-e11837661b57
parent 82be4099
......@@ -33,7 +33,7 @@ DrawingObjectsController.prototype.checkSelectedObjectsAndCallback = function(ca
DrawingObjectsController.prototype.startRecalculate = function()
{
editor.WordControl.m_oLogicDocument.Recalculate();
editor.WordControl.m_oLogicDocument.Document_UpdateInterfaceState();
// editor.WordControl.m_oLogicDocument.Document_UpdateInterfaceState();
};
DrawingObjectsController.prototype.getDrawingObjects = function()
......
......@@ -2829,8 +2829,8 @@ CPresentation.prototype =
this.Slides[oldCurPage].graphicObjects.resetSelectionState();
}
editor.asc_hideComments();
}
this.Document_UpdateInterfaceState();
}
},
Get_CurPage : function()
......
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