Merge pull request #3927 from TadejZupancic/patch-11

Wrong bounds/displayOrigin on BitmapText text change
This commit is contained in:
Richard Davey 2018-08-20 18:21:15 +01:00 committed by GitHub
commit e71d72ec66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -340,9 +340,9 @@ var BitmapText = new Class({
{
this._text = value.toString();
this.updateDisplayOrigin();
this._dirty = true;
this.updateDisplayOrigin();
}
return this;