Commit 58236ab0 authored by Anna.Pavlova's avatar Anna.Pavlova

Для вложенных степеней размер неправильно расчитывался + расположение итераторов было неверным

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60243 954022d7-b5bf-4e40-9824-e11837661b57
parent a9d6d15b
...@@ -920,11 +920,13 @@ CMathContent.prototype = ...@@ -920,11 +920,13 @@ CMathContent.prototype =
{ {
if(this.Content[i].Type == para_Math_Composition) if(this.Content[i].Type == para_Math_Composition)
{ {
if(!this.Content[i].IsOneLineText()) bOneLineText = false;
/*if(!this.Content[i].IsOneLineText())
{ {
bOneLineText = false; bOneLineText = false;
break; break;
} }*/
} }
} }
......
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