[SSE] Add rules from toolbar
This commit is contained in:
parent
ed45c1fe0e
commit
1b6dadb801
|
@ -1749,6 +1749,7 @@ define([
|
|||
langId : value,
|
||||
handler : function(result, settings) {
|
||||
if (result == 'ok' && settings) {
|
||||
me.api.asc_setCF([settings], []);
|
||||
}
|
||||
}
|
||||
})).show();
|
||||
|
|
|
@ -1978,6 +1978,7 @@ define([
|
|||
|
||||
onSelectIcon: function(combo, picker, view, record) {
|
||||
this.selectIconItem(combo, record);
|
||||
this.cmbIconsPresets.setValue(this.textCustom);
|
||||
},
|
||||
|
||||
selectIconItem: function(combo, record) {
|
||||
|
|
Loading…
Reference in a new issue