fixed color theme change

This commit is contained in:
nikita_bartoshuk
2025-08-06 12:14:29 +03:00
parent e0133cd6f1
commit 88aa3ed308

View File

@ -303,7 +303,7 @@ define([
onSendThemeColors: function() {
if (this.view.tableStyles && this._originalProps) {
this.onApiInitTableStyles(this.api.asc_getTablePictures(this._originalProps, true));
this.onApiInitTableStyles(this.api.asc_getTablePictures(this._originalProps));
this.view.tableStyles.menuPicker.scroller.update({alwaysVisibleY: true});
}
},