Commit 0e307ddb authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

"тяжелые" евенты заменены на функции Get

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50383 954022d7-b5bf-4e40-9824-e11837661b57
parent 85448f2e
......@@ -2614,6 +2614,7 @@ function BinaryPPTYLoader()
break;
case 8:
_comment.AdditionalData = s.GetString2();
break;
default:
break;
}
......
......@@ -2445,14 +2445,14 @@ function CDrawingDocument()
this.GuiControlColorsMap[i] = arr_colors[i];
}
this.SendControlColors();
this.SendControlColors(bIsAttack);
}
}
this.SendControlColors = function()
this.SendControlColors = function(bIsAttack)
{
var standart_colors = null;
if (!this.IsSendStandartColors)
if (!this.IsSendStandartColors || (bIsAttack === true))
{
var _c_s = g_oStandartColors.length;
standart_colors = new Array(_c_s);
......
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