Commit 6a1cce5e 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@53572 954022d7-b5bf-4e40-9824-e11837661b57
parent e81fd7d4
......@@ -119,11 +119,6 @@ CChartSpace.prototype.recalculate = function()
this.recalculateTransform();
this.recalcInforecalculateTransform = false;
}
if(this.recalcInfo.recalculateChart)
{
this.recalculateChart();
this.recalcInfo.recalculateChart = false;
}
if(this.recalcInfo.recalculateBounds)
{
this.recalculateBounds();
......@@ -139,6 +134,11 @@ CChartSpace.prototype.recalculate = function()
this.recalculateSeriesColors();
this.recalcInfo.recalculateBaseColors = false;
}
if(this.recalcInfo.recalculateChart)
{
this.recalculateChart();
this.recalcInfo.recalculateChart = false;
}
};
CChartSpace.prototype.deselect = CShape.prototype.deselect;
CChartSpace.prototype.hitInWorkArea = 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