From 1e0de8800f484b20fa5d06ba81ef8e957a14a6af Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 12 May 2016 10:45:37 +0300 Subject: [PATCH] fix bug 32404 --- apps/spreadsheeteditor/main/app/view/TextArtSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {