[SSE] Fix Bug 37137
This commit is contained in:
parent
5817022942
commit
dbe086d14f
|
@ -1616,7 +1616,7 @@ define([
|
||||||
listStyles.menuPicker.store.reset([]); // remove all
|
listStyles.menuPicker.store.reset([]); // remove all
|
||||||
|
|
||||||
var mainController = this.getApplication().getController('Main');
|
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){
|
_.each(merged_array, function(style){
|
||||||
listStyles.menuPicker.store.add({
|
listStyles.menuPicker.store.add({
|
||||||
imageUrl: style.asc_getImage(),
|
imageUrl: style.asc_getImage(),
|
||||||
|
|
Loading…
Reference in a new issue