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

Выставление флага при расчете GraphicFrame. Ошибка при копировании.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59807 954022d7-b5bf-4e40-9824-e11837661b57
parent 91065779
...@@ -342,6 +342,7 @@ CGraphicFrame.prototype = ...@@ -342,6 +342,7 @@ CGraphicFrame.prototype =
this.graphicObject.Reset(0, 0, this.spPr.xfrm.extX, 10000, 0); this.graphicObject.Reset(0, 0, this.spPr.xfrm.extX, 10000, 0);
this.graphicObject.Recalculate_Page(0); this.graphicObject.Recalculate_Page(0);
} }
this.recalcInfo.recalculateTable = false;
} }
if(this.recalcInfo.recalculateSizes) if(this.recalcInfo.recalculateSizes)
{ {
......
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