[SSE] Select current table style in the toolbar when table is selected.
This commit is contained in:
parent
973b55315d
commit
8319542564
|
@ -1429,6 +1429,12 @@ define([
|
||||||
scroller.update({alwaysVisibleY: true});
|
scroller.update({alwaysVisibleY: true});
|
||||||
scroller.scrollTop(0);
|
scroller.scrollTop(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var val = this.toolbar.mnuTableTemplatePicker.store.findWhere({name: this._state.tablestylename});
|
||||||
|
if (val)
|
||||||
|
this.toolbar.mnuTableTemplatePicker.selectRecord(val);
|
||||||
|
else
|
||||||
|
toolbar.mnuTableTemplatePicker.deselectAll();
|
||||||
},
|
},
|
||||||
|
|
||||||
onSendThemeColors: function() {
|
onSendThemeColors: function() {
|
||||||
|
|
Loading…
Reference in a new issue