Commit bfee844a authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix bug with copy notes

parent 5e466b34
...@@ -237,7 +237,7 @@ ...@@ -237,7 +237,7 @@
var copy = new CNotes(); var copy = new CNotes();
if(this.clrMap){ if(this.clrMap){
copy.setClrMap(this.clrMap.createDuplicate()); copy.setClMapOverride(this.clrMap.createDuplicate());
} }
if(typeof this.cSld.name === "string" && this.cSld.name.length > 0) if(typeof this.cSld.name === "string" && this.cSld.name.length > 0)
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
} }
if(AscFormat.isRealBool(this.showMasterPhAnim)) if(AscFormat.isRealBool(this.showMasterPhAnim))
{ {
copy.setShowPhAnim(this.showMasterPhAnim); copy.setShowMasterPhAnim(this.showMasterPhAnim);
} }
if(AscFormat.isRealBool(this.showMasterSp)) if(AscFormat.isRealBool(this.showMasterSp))
{ {
......
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