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

Сброс селекта при удалении объекта

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51704 954022d7-b5bf-4e40-9824-e11837661b57
parent 7d9e6d8e
...@@ -4479,8 +4479,10 @@ function DrawingObjects() { ...@@ -4479,8 +4479,10 @@ function DrawingObjects() {
} }
} }
if ( bRedraw ) if ( bRedraw ) {
worksheet._checkSelectionShape();
_this.showDrawingObjects(true); _this.showDrawingObjects(true);
}
return position; return position;
}; };
......
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