Commit 29193998 authored by SergeyLuzyanin's avatar SergeyLuzyanin

notes

parent cee3aff6
...@@ -3298,8 +3298,10 @@ CPresentation.prototype = ...@@ -3298,8 +3298,10 @@ CPresentation.prototype =
var oCurSlide = this.Slides[this.CurPage]; var oCurSlide = this.Slides[this.CurPage];
if(oCurSlide){ if(oCurSlide){
if(oCurSlide.notesShape){ if(oCurSlide.notesShape){
oCurSlide.notesShape.selectionSetEnd(e, X, Y, this.CurPage); if(e.IsLocked){
this.Notes_UpdateSelectionState(); oCurSlide.notesShape.selectionSetEnd(e, X, Y, this.CurPage);
this.Notes_UpdateSelectionState();
}
} }
} }
}, },
......
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