From 88aa3ed3089dc2ffe1c0f65135cb0aaee2eb8792 Mon Sep 17 00:00:00 2001 From: nikita_bartoshuk Date: Wed, 6 Aug 2025 12:14:29 +0300 Subject: [PATCH] fixed color theme change --- apps/spreadsheeteditor/main/app/controller/TableDesignTab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/controller/TableDesignTab.js b/apps/spreadsheeteditor/main/app/controller/TableDesignTab.js index 2ae39da42b..4454af7da9 100644 --- a/apps/spreadsheeteditor/main/app/controller/TableDesignTab.js +++ b/apps/spreadsheeteditor/main/app/controller/TableDesignTab.js @@ -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}); } },