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
......@@ -436,6 +436,8 @@ CDrawingDocument.prototype =
this.IsUpdateOverlayOnEndCheck = true;
return false;
}
this.Native["DD_Overlay_UpdateStart"]();
this.Native["DD_Overlay_Clear"]();
......@@ -480,6 +482,8 @@ CDrawingDocument.prototype =
this.Native["DD_Overlay_DrawFrameTrack"]();
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