Commit 27ff1c0a authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

Убрала учет приоритета операторов для inline формул

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@63582 954022d7-b5bf-4e40-9824-e11837661b57
parent 7a58a83d
...@@ -1458,7 +1458,7 @@ ParaMath.prototype.private_UpdateXLimits = function(PRS) ...@@ -1458,7 +1458,7 @@ ParaMath.prototype.private_UpdateXLimits = function(PRS)
PRS.WrapIndent = WrapIndent; PRS.WrapIndent = WrapIndent;
if(this.Root.IsStartLine(PRS.Line) == false) if(this.ParaMathRPI.bInline == true || this.Root.IsStartLine(PRS.Line) == false)
{ {
PRS.X += WrapIndent; PRS.X += WrapIndent;
PRS.bCompareWrapIndent = false; PRS.bCompareWrapIndent = false;
......
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