Commit b58a7ed7 authored by SergeyLuzyanin's avatar SergeyLuzyanin

IsNoDrawingEmptyPlaceholderText in viewer mode

parent 2d751400
......@@ -5727,6 +5727,9 @@ function CNotesDrawer(page)
//g.IsNoDrawingEmptyPlaceholder = true;
//g.IsNoDrawingEmptyPlaceholderText = true;
if (this.HtmlPage.m_oApi.isViewMode)
g.IsNoDrawingEmptyPlaceholderText = true;
this.HtmlPage.m_oDrawingDocument.isDrawingNotes = true;
this.HtmlPage.m_oLogicDocument.Notes_Draw(this.Slide, g);
this.HtmlPage.m_oDrawingDocument.isDrawingNotes = false;
......
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