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

правка бага 16417 - Изменения применяются ко всем группам автофигур на слайде,...

правка бага 16417 - Изменения применяются ко всем группам автофигур на слайде, а не к выделенной группе

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51582 954022d7-b5bf-4e40-9824-e11837661b57
parent 6a39452a
......@@ -1027,7 +1027,7 @@ CGroupShape.prototype =
changeLine: function(line)
{
for(var _shape_index = 0; _shape_index < this.ArrGlyph.length; ++_shape_index)
for(var _shape_index = 0; _shape_index < this.arrGraphicObjects.length; ++_shape_index)
{
if(this.arrGraphicObjects[_shape_index].changeLine)
{
......
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