Pass right value for dontNotify.

This commit is contained in:
Jürg Lehni 2013-06-18 15:47:14 -07:00
parent 691b2f8094
commit d7d6da0af8

View file

@ -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);