Commit c4020f5b authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

update charts for resize

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48453 954022d7-b5bf-4e40-9824-e11837661b57
parent 6107bde7
...@@ -1541,7 +1541,7 @@ function DrawingObjects() { ...@@ -1541,7 +1541,7 @@ function DrawingObjects() {
_t.ext = { cx: 0, cy: 0 }; _t.ext = { cx: 0, cy: 0 };
_t.size = { width: 0, height: 0 }; _t.size = { width: 0, height: 0 };
_t.graphicObject = null; // CShape or GroupShape _t.graphicObject = null; // CImage, CShape, GroupShape or CChartAsGroup
_t.flags = { _t.flags = {
anchorUpdated: false, anchorUpdated: false,
...@@ -2125,6 +2125,7 @@ function DrawingObjects() { ...@@ -2125,6 +2125,7 @@ function DrawingObjects() {
autoShapeTrack.Graphics.CalculateFullTransform(); autoShapeTrack.Graphics.CalculateFullTransform();
_this.showDrawingObjects(true); _this.showDrawingObjects(true);
_this.rebuildChartGraphicObjects();
} }
_this.getWorkbook = function() { _this.getWorkbook = 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