Commit 1e0de880 authored by Julia Radzhabova's avatar Julia Radzhabova

fix bug 32404

parent 946e83d5
...@@ -587,7 +587,6 @@ define([ ...@@ -587,7 +587,6 @@ define([
if (this.api) { if (this.api) {
this.api.asc_setInterfaceDrawImagePlaceTextArt('textart-texture-img'); this.api.asc_setInterfaceDrawImagePlaceTextArt('textart-texture-img');
this.api.asc_registerCallback('asc_onInitStandartTextures', _.bind(this.onInitStandartTextures, this)); this.api.asc_registerCallback('asc_onInitStandartTextures', _.bind(this.onInitStandartTextures, this));
this.fillTransform(this.api.asc_getPropertyEditorTextArts());
} }
return this; return this;
}, },
...@@ -1504,6 +1503,7 @@ define([ ...@@ -1504,6 +1503,7 @@ define([
} }
this.UpdateThemeColors(); this.UpdateThemeColors();
this.fillTransform(this.api.asc_getPropertyEditorTextArts());
}, },
onInitStandartTextures: function(texture) { onInitStandartTextures: function(texture) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment