Commit f4e06200 authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35452

parent 8728feba
......@@ -2096,7 +2096,7 @@ CPresentation.prototype =
if(ParaItem.Type === para_Math)
{
var oController = this.Slides[this.CurPage].graphicObjects;
if(!(oController.selection.textSelection || (oController.selection.groupSelection && oController.selection.groupSelection.selection.textSelection)))
if(!this.FocusOnNotes && !(oController.selection.textSelection || (oController.selection.groupSelection && oController.selection.groupSelection.selection.textSelection)))
{
this.Slides[this.CurPage].graphicObjects.resetSelection();
var oMathShape = oController.createTextArt(0, false, null, "");
......
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