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;
},
......@@ -13353,7 +13360,7 @@ CView3d.prototype =
{
History.Add(new CChangesDrawingsLong(this, AscDFH.historyitem_View3d_SetRotY, this.rotY, pr));
this.rotY = pr;
}
}
};
function CreateTextBodyFromString(str, drawingDocument, parent)
......
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