Commit 5725fff2 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@54877 954022d7-b5bf-4e40-9824-e11837661b57
parent f18d64a1
......@@ -437,6 +437,8 @@ CDrawingDocument.prototype =
return false;
}
this.Native["DD_Overlay_UpdateStart"]();
this.Native["DD_Overlay_Clear"]();
var drawingFirst = this.Native["GetDrawingFirstPage"]();
......@@ -481,6 +483,8 @@ CDrawingDocument.prototype =
this.Native["DD_Overlay_DrawInlineTextTrackEnabled"]();
this.Native["DD_Overlay_DrawHorVerAnchor"]();
this.Native["DD_Overlay_UpdateEnd"]();
return true;
},
......
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