Commit 1e831653 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 31843

parent d7532009
......@@ -13341,6 +13341,13 @@ CView3d.prototype =
},
getRAngAx: function(){
if(AscFormat.isRealBool(this.rAngAx)){
return this.rAngAx;
}
if(AscFormat.isRealNumber(this.perspective)){
return false;
}
return this.rAngAx !== false;
},
......
This diff is collapsed.
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