Commit fd884f52 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@59713 954022d7-b5bf-4e40-9824-e11837661b57
parent e37211b6
......@@ -4128,10 +4128,10 @@ CCatAx.prototype =
var labelsPosition = props.getLabelsPosition();
if(isRealNumber(intervalBetweenTick) && this.tickMarkSkip !== intervalBetweenTick)
if(isRealNumber(intervalBetweenTick) && this.tickMarkSkip !== intervalBetweenTick && this.setTickMarkSkip)
this.setTickMarkSkip(intervalBetweenTick);
if(isRealNumber(intervalBetweenLabelsRule))
if(isRealNumber(intervalBetweenLabelsRule) && this.setTickLblSkip)
{
if(intervalBetweenLabelsRule === c_oAscBetweenLabelsRule.auto)
{
......@@ -5280,6 +5280,7 @@ CDateAx.prototype =
},
getMenuProps: CCatAx.prototype.getMenuProps,
setMenuProps: CCatAx.prototype.setMenuProps,
createDuplicate: 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