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

правка к заливке 60185

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60226 954022d7-b5bf-4e40-9824-e11837661b57
parent d8d0c587
......@@ -475,7 +475,7 @@ CDegreeSubSupBase.prototype.recalculateSize = function(oMeasure, RPI)
var last = this.baseContent.GetLastElement();
var BaseRun = last.Type == para_Math_Run && mgCtrPrp.FontSize >= last.Get_CompiledPr(false).FontSize;
TextElement = BaseRun || last.IsJustDraw();
TextElement = BaseRun || (last.Type !== para_Math_Run && last.IsJustDraw());
}
//var BaseText = last.Type == para_Math_Run && !this.baseContent.IsJustDraw(),
......
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