Commit edc937bd authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51475 954022d7-b5bf-4e40-9824-e11837661b57
parent a170cffa
......@@ -745,6 +745,12 @@ function CEditorPage(api)
oWordControl.m_oApi.sync_zoomChangeCallback(this.m_nZoomValue, type);
oWordControl.m_bIsUpdateTargetNoAttack = true;
oWordControl.m_bIsRePaintOnScroll = true;
if (oWordControl.m_oLogicDocument)
{
oWordControl.m_oLogicDocument.redrawCharts();
}
oWordControl.OnScroll();
if (!oWordControl.m_oDrawingDocument.IsEmptyPresentation)
......
......@@ -1775,7 +1775,7 @@ CGraphicObjects.prototype = {
redrawCharts: function()
{
var sp_tree = this.slide.cSlcd.spTree;
var sp_tree = this.slide.cSld.spTree;
for(var i = 0; i < sp_tree.length; ++i)
{
var sp = sp_tree[i];
......
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