Commit b4e78f2f authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг в предыдущей заливке.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58655 954022d7-b5bf-4e40-9824-e11837661b57
parent 609c5d79
...@@ -6133,7 +6133,7 @@ Paragraph.prototype = ...@@ -6133,7 +6133,7 @@ Paragraph.prototype =
if (true === this.Selection.Use && this.Selection.StartPos === this.Selection.EndPos && para_Math === this.Content[this.Selection.EndPos].Type) if (true === this.Selection.Use && this.Selection.StartPos === this.Selection.EndPos && para_Math === this.Content[this.Selection.EndPos].Type)
Info.Set_Math(this.Content[this.Selection.EndPos]); Info.Set_Math(this.Content[this.Selection.EndPos]);
else (false === this.Selection.Use && para_Math === this.Content[this.CurPos.ContentPos].Type) else if (false === this.Selection.Use && para_Math === this.Content[this.CurPos.ContentPos].Type)
Info.Set_Math(this.Content[this.CurPos.ContentPos]); Info.Set_Math(this.Content[this.CurPos.ContentPos]);
}, },
......
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