[SSE] Bug 56326

This commit is contained in:
JuliaSvinareva 2022-04-20 16:46:48 +03:00
parent 1f4f904829
commit d8ea92fc40

View file

@ -130,6 +130,12 @@ define([
updateSheetsInfo: function() {
if (this.printSettings.isVisible()) {
this.updateSettings(this.printSettings);
this.printSettings.cmbSheet.store.each(function (item) {
var sheetIndex = item.get('value');
if (!this._changedProps[sheetIndex]) {
this._changedProps[sheetIndex] = this.api.asc_getPageOptions(sheetIndex, true, true);
}
}, this);
} else {
this.isFillSheets = false;
}