Commit 3d421bfd 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@49521 954022d7-b5bf-4e40-9824-e11837661b57
parent 432ed4e6
......@@ -900,6 +900,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.DrawingObjects.redrawCharts();
}
oWordControl.OnScroll();
}
......
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