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

overlay bug

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58395 954022d7-b5bf-4e40-9824-e11837661b57
parent 12b190dd
......@@ -1176,6 +1176,13 @@ CDrawingDocument.prototype =
var drawingFirst = this.Native["GetDrawingFirstPage"]();
var drawingEnd = this.Native["GetDrawingEndPage"]();
if (-1 == drawingFirst || -1 == drawingEnd)
{
this.Native["DD_Overlay_UpdateEnd"]();
return true;
}
if (this.m_bIsSelection)
{
this.Native["DD_Overlay_StartDrawSelection"]();
......
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