Commit 54826131 authored by Anna Pavlova's avatar Anna Pavlova

Поправлен баг, привнесенный в коммите 2481eff9...

Поправлен баг, привнесенный в коммите 2481eff9 [2481eff9]. Поехали скобки в delimiters
parent 2481eff9
......@@ -2979,7 +2979,7 @@ COperator.prototype.fixSize = function(oMeasure, stretch)
if(!bLine && this.operator.loc == LOCATION_TOP)
ascent = dims.Height;
else if(!bLine || this.operator.loc == LOCATION_BOT)
else if(!bLine && this.operator.loc == LOCATION_BOT)
ascent = this.operator.size.height;
else
ascent = height/2 + shCenter;
......
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