Commit 87ce0dca authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 30294 - [TextArt] JS ошибка после применения highlight color к символу и...

Bug 30294 - [TextArt] JS ошибка после применения highlight color к символу и смены типа трансформации

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64584 954022d7-b5bf-4e40-9824-e11837661b57
parent 2c5366ab
...@@ -73,7 +73,7 @@ CDocContentStructure.prototype.draw = function(graphics, transform, oTheme, oCol ...@@ -73,7 +73,7 @@ CDocContentStructure.prototype.draw = function(graphics, transform, oTheme, oCol
CDocContentStructure.prototype.drawComments = function(graphics, transform) CDocContentStructure.prototype.drawComments = function(graphics, transform)
{ {
var i; var i;
for(i = 0; i < this.m_aBackgrounds.length; ++i) for(i = 0; i < this.m_aComments.length; ++i)
{ {
this.m_aComments[i].drawComment2(graphics, undefined, transform); this.m_aComments[i].drawComment2(graphics, undefined, transform);
} }
......
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