Commit 26f6c34a authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

Fix Bug 22159 - Не рисуется выделение ячейки при клике на нее, после объединения автофигур в группу

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51938 954022d7-b5bf-4e40-9824-e11837661b57
parent 208a9eeb
......@@ -4463,6 +4463,7 @@ function DrawingObjects() {
if ( _this.controller.canGroup() ) {
_this.controller.createGroup(null);
worksheet.setSelectionShape(true);
}
}
......@@ -4470,6 +4471,7 @@ function DrawingObjects() {
if ( _this.controller.canUnGroup() ) {
_this.controller.unGroup();
worksheet.setSelectionShape(true);
api.isStartAddShape = false;
}
}
......
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