Commit aead32ec authored by Julia Radzhabova's avatar Julia Radzhabova

Изменение функций в сдк.

parent e436a3a1
......@@ -1060,7 +1060,7 @@ define([
createDelayedElements: function() {
this.UpdateThemeColors();
this.fillTransform(this.api.get_PropertyEditorTextArts());
this.fillTransform(this.api.asc_getPropertyEditorTextArts());
},
fillTextArt: function() {
......
......@@ -1498,7 +1498,7 @@ define([
this.PatternFillType = this.patternViewData[0].type;
}
this.UpdateThemeColors();
this.fillTransform(this.api.get_PropertyEditorTextArts());
this.fillTransform(this.api.asc_getPropertyEditorTextArts());
},
onInitStandartTextures: function(texture) {
......
......@@ -587,7 +587,7 @@ define([
if (this.api) {
this.api.asc_setInterfaceDrawImagePlaceTextArt('textart-texture-img');
this.api.asc_registerCallback('asc_onInitStandartTextures', _.bind(this.onInitStandartTextures, this));
this.api.asc_registerCallback('asc_onInitEditorTextArts', _.bind(this.fillTransform, this));
this.fillTransform(this.api.asc_getPropertyEditorTextArts());
}
return this;
},
......
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