fix bug 32404
This commit is contained in:
parent
946e83d56c
commit
1e0de8800f
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue