mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Pass right value for dontNotify.
This commit is contained in:
parent
691b2f8094
commit
d7d6da0af8
1 changed files with 1 additions and 1 deletions
|
@ -2220,7 +2220,7 @@ var Item = Base.extend(Callback, /** @lends Item# */{
|
|||
// Call applyMatrix if we need to directly apply the accumulated
|
||||
// transformations to the item's content.
|
||||
if (this._applyMatrix || arguments[1])
|
||||
this.applyMatrix(false);
|
||||
this.applyMatrix(true);
|
||||
// We always need to call _changed since we're caching bounds on all
|
||||
// items, including Group.
|
||||
this._changed(/*#=*/ Change.GEOMETRY);
|
||||
|
|
Loading…
Reference in a new issue