Commit a3a72365 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

При выставлении состояния для объектов проверяем наличие объектов (для флага о выделении объекта)

Иначе были проблемы
Баг http://bugzserver/show_bug.cgi?id=22056

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51605 954022d7-b5bf-4e40-9824-e11837661b57
parent 48c87f6a
......@@ -497,7 +497,8 @@
}
}
var ws = this.getWorksheet(index);
ws.setSelectionShape(true);
if (state && state.selectedObjects && 0 < state.selectedObjects.length)
ws.setSelectionShape(true);
ws.objectRender.controller.setSelectionState(state);
ws.objectRender.controller.updateSelectionState();
},
......
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