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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53691 954022d7-b5bf-4e40-9824-e11837661b57
parent 2e1d8a16
......@@ -156,7 +156,8 @@
<script src="../Excel/model/DrawingObjects/Graphics.js"></script>
<script src="model/DrawingObjects/Overlay.js"></script>
<script src="../Word/Drawing/Controls.js"></script>
<script src="../Word/Drawing/ShapeDrawer.js"></script>
<script src="../Excel/model/DrawingObjects/ShapeDrawer.js"></script>
<script src="../Word/Editor/CollaborativeEditing.js"></script>
......
......@@ -157,12 +157,12 @@ CChartSpace.prototype.recalculate = function()
if(this.recalcInfo.recalculateMarkers)
{
this.recalculateMarkers();
this.recalcInfo.recalculateBaseColors = false;
this.recalcInfo.recalculateMarkers = false;
}
if(this.recalcInfo.recalculateSeriesColors)
{
this.recalculateSeriesColors();
this.recalcInfo.recalculateBaseColors = false;
this.recalcInfo.recalculateSeriesColors = false;
}
if(this.recalcInfo.recalculateChart)
......
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