diff --git a/src/core/text/Text.js b/src/core/text/Text.js index f67352a..c2c4500 100644 --- a/src/core/text/Text.js +++ b/src/core/text/Text.js @@ -155,6 +155,7 @@ this._style = new TextStyle(style); } this._style.on(CONST.TEXT_STYLE_CHANGED, this._onStyleChange, this); + this.dirty = true; } },