Commit 7897c516 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

fix bug #23644

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56385 954022d7-b5bf-4e40-9824-e11837661b57
parent 3a05c916
...@@ -5789,7 +5789,7 @@ ...@@ -5789,7 +5789,7 @@
var yWithOffset = y + offsetY; var yWithOffset = y + offsetY;
var autoFilterInfo = this.autoFilters.checkCursor(x, y); var autoFilterInfo = this.autoFilters.checkCursor(x, y);
if (autoFilterInfo) if (autoFilterInfo && !isViewerMode)
return {cursor: kCurAutoFilter, target: c_oTargetType.FilterObject, col: -1, row: -1, idFilter: autoFilterInfo.id}; return {cursor: kCurAutoFilter, target: c_oTargetType.FilterObject, col: -1, row: -1, idFilter: autoFilterInfo.id};
isSelGraphicObject = this.objectRender.selectedGraphicObjectsExists(); isSelGraphicObject = this.objectRender.selectedGraphicObjectsExists();
......
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