Commit 4b0ea6a9 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

Правка бага для диакр. элементов в связи с последней заливкой

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58478 954022d7-b5bf-4e40-9824-e11837661b57
parent 66401106
...@@ -3045,7 +3045,7 @@ COperator.prototype.fixSize = function(ParaMath, oMeasure, stretch) ...@@ -3045,7 +3045,7 @@ COperator.prototype.fixSize = function(ParaMath, oMeasure, stretch)
} }
else else
{ {
var StretchLng = this.grow == true ? stretch : 0; var StretchLng = this.type == OPER_DELIMITER && this.grow == false ? 0 : stretch;
this.operator.fixSize(StretchLng); this.operator.fixSize(StretchLng);
dims = this.operator.getCoordinateGlyph(); dims = this.operator.getCoordinateGlyph();
this.coordGlyph = {XX: dims.XX, YY: dims.YY}; this.coordGlyph = {XX: dims.XX, YY: dims.YY};
......
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