Commit 29193998 authored by SergeyLuzyanin's avatar SergeyLuzyanin

notes

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