Commit 11ee4a70 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

к ревизии 63411

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@63412 954022d7-b5bf-4e40-9824-e11837661b57
parent 664da683
...@@ -3496,10 +3496,10 @@ CDelimiter.prototype.Recalculate_Range = function(PRS, ParaPr, Depth) ...@@ -3496,10 +3496,10 @@ CDelimiter.prototype.Recalculate_Range = function(PRS, ParaPr, Depth)
PRS.bMath_OneLine = true; PRS.bMath_OneLine = true;
this.NumBreakContent = -1; this.NumBreakContent = -1;
CDelimiter.superclass.Recalculate_Range.call(this, PRS, ParaPr, Depth);
this.BrGapLeft = this.GapLeft + this.begOper.size.width; this.BrGapLeft = this.GapLeft + this.begOper.size.width;
this.BrGapRight = this.GapRight + this.endOper.size.width; this.BrGapRight = this.GapRight + this.endOper.size.width;
CDelimiter.superclass.Recalculate_Range.call(this, PRS, ParaPr, Depth);
} }
}; };
CDelimiter.prototype.Recalculate_MinMaxContentWidth = function(MinMax) CDelimiter.prototype.Recalculate_MinMaxContentWidth = function(MinMax)
......
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