[SSE] Select current table style in the toolbar when table is selected.

This commit is contained in:
Julia Radzhabova 2017-01-19 14:46:00 +03:00
parent 973b55315d
commit 8319542564

View file

@ -1429,6 +1429,12 @@ define([
scroller.update({alwaysVisibleY: true});
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() {