Skip to content

Commit

Permalink
fix name of calling method changePreset->putPreset
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyLuzyanin committed Sep 29, 2023
1 parent 9974ba0 commit 94ed64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/Drawings/Format/Format.js
Original file line number Diff line number Diff line change
Expand Up @@ -4106,7 +4106,7 @@
for(let nPrst = 0; nPrst < aPresets.length; ++nPrst) {
let oShd = new asc_CShadowProperty();
let sPrst = aPresets[nPrst];
oShd.changePreset(sPrst);
oShd.putPreset(sPrst);
if(this.IsIdentical(oShd)) {
return sPrst;
}
Expand Down

0 comments on commit 94ed64c

Please sign in to comment.