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

minor

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48388 954022d7-b5bf-4e40-9824-e11837661b57
parent 15567538
...@@ -739,7 +739,7 @@ function asc_CCellCommentator(currentSheet) { ...@@ -739,7 +739,7 @@ function asc_CCellCommentator(currentSheet) {
if ( !metrics.result || (metrics.width <= 0) || (metrics.height <= 0) ) if ( !metrics.result || (metrics.width <= 0) || (metrics.height <= 0) )
continue; continue;
// Inside drawing object // Inside drawing object
if ( _this.worksheet.objectRender.inSelectionDrawingObjectIndex(metrics.left + metrics.width, metrics.top) >= 0 ) if ( _this.worksheet.objectRender.checkCursorDrawingObject(metrics.left + metrics.width, metrics.top) )
continue; continue;
this.overlayCtx.beginPath(); this.overlayCtx.beginPath();
......
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