Commit e50d5cf4 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54636 954022d7-b5bf-4e40-9824-e11837661b57
parent 89f26779
......@@ -1588,7 +1588,7 @@ CDocumentContent.prototype =
var bTableBorder = (null === this.Is_TableBorder(X, Y, PageNum_Abs) ? false : true);
// Ничего не делаем
if ( this.Parent instanceof CHeaderFooter && true === this.LogicDocument.DrawingObjects.updateCursorType(PageNum_Abs, X, Y, MouseEvent, ( true === bInText || true === bTableBorder ? true : false )) )
if ( this.Parent instanceof CHeaderFooter && true === this.LogicDocument.DrawingObjects.updateCursorType(PageNum_Abs, X, Y, {}, ( true === bInText || true === bTableBorder ? true : false )) )
return;
var ContentPos = this.Internal_GetContentPosByXY( X, Y, PageNum);
......
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