[SSE] Fix Bug 37137

This commit is contained in:
Julia Radzhabova 2018-03-07 13:13:20 +03:00
parent 5817022942
commit dbe086d14f

View file

@ -1616,7 +1616,7 @@ define([
listStyles.menuPicker.store.reset([]); // remove all
var mainController = this.getApplication().getController('Main');
var merged_array = styles.asc_getDefaultStyles().concat(styles.asc_getDocStyles());
var merged_array = styles.asc_getDocStyles().concat(styles.asc_getDefaultStyles());
_.each(merged_array, function(style){
listStyles.menuPicker.store.add({
imageUrl: style.asc_getImage(),