[SSE] Add rules from toolbar

This commit is contained in:
Julia Radzhabova 2021-03-10 12:14:44 +03:00
parent ed45c1fe0e
commit 1b6dadb801
2 changed files with 2 additions and 0 deletions

View file

@ -1749,6 +1749,7 @@ define([
langId : value,
handler : function(result, settings) {
if (result == 'ok' && settings) {
me.api.asc_setCF([settings], []);
}
}
})).show();

View file

@ -1978,6 +1978,7 @@ define([
onSelectIcon: function(combo, picker, view, record) {
this.selectIconItem(combo, record);
this.cmbIconsPresets.setValue(this.textCustom);
},
selectIconItem: function(combo, record) {