fix bug 32404

This commit is contained in:
Julia Radzhabova 2016-05-12 10:45:37 +03:00
parent 946e83d56c
commit 1e0de8800f

View file

@ -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) {