Commit 064dfa40 authored by Sergey Luzyanin's avatar Sergey Luzyanin

падение при выставлении свойств для оси SerAx

parent d35367d9
...@@ -4515,7 +4515,7 @@ CCatAx.prototype = ...@@ -4515,7 +4515,7 @@ CCatAx.prototype =
bChanged = true; bChanged = true;
} }
} }
if(AscFormat.isRealNumber(labelsAxisDistance) && this.lblOffset !== labelsAxisDistance) if(AscFormat.isRealNumber(labelsAxisDistance) && this.lblOffset !== labelsAxisDistance && this.setLblOffset)
{ {
this.setLblOffset(labelsAxisDistance); this.setLblOffset(labelsAxisDistance);
bChanged = true; bChanged = true;
......
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