Commit 8fcad0cd 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@54751 954022d7-b5bf-4e40-9824-e11837661b57
parent 5bb1e800
...@@ -3466,11 +3466,12 @@ function DrawingObjects() { ...@@ -3466,11 +3466,12 @@ function DrawingObjects() {
} }
if ( !printOptions ) { if ( !printOptions ) {
if ( aObjects.length ) { if ( aObjects.length ) {
if ( _this.controller.selectedObjects.length ) if ( _this.controller.selectedObjects.length )
_this.OnUpdateOverlay(); _this.OnUpdateOverlay();
} }
else
worksheet._drawSelection();
} }
} }
......
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