diff --git a/apps/spreadsheeteditor/main/app/view/TextArtSettings.js b/apps/spreadsheeteditor/main/app/view/TextArtSettings.js index 829fe58ef..d8f00f82d 100644 --- a/apps/spreadsheeteditor/main/app/view/TextArtSettings.js +++ b/apps/spreadsheeteditor/main/app/view/TextArtSettings.js @@ -587,7 +587,6 @@ define([ if (this.api) { this.api.asc_setInterfaceDrawImagePlaceTextArt('textart-texture-img'); this.api.asc_registerCallback('asc_onInitStandartTextures', _.bind(this.onInitStandartTextures, this)); - this.fillTransform(this.api.asc_getPropertyEditorTextArts()); } return this; }, @@ -1504,6 +1503,7 @@ define([ } this.UpdateThemeColors(); + this.fillTransform(this.api.asc_getPropertyEditorTextArts()); }, onInitStandartTextures: function(texture) {