From 47ed79537779be86b1060e2626f766868651787c Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 18 May 2020 16:19:36 +0300 Subject: [PATCH] [SSE] Bugfix (#399) --- apps/spreadsheeteditor/main/app/view/CellSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/CellSettings.js b/apps/spreadsheeteditor/main/app/view/CellSettings.js index c8fe0b3a9..0eed6e614 100644 --- a/apps/spreadsheeteditor/main/app/view/CellSettings.js +++ b/apps/spreadsheeteditor/main/app/view/CellSettings.js @@ -908,7 +908,7 @@ define([ var HexColor0 = Common.Utils.ThemeColor.getRgbColor(this.GradColor.colors[0]).get_color().get_hex(), HexColor1 = Common.Utils.ThemeColor.getRgbColor(this.GradColor.colors[1]).get_color().get_hex(); if (HexColor0 === 'ffffff' && HexColor1 === 'ffffff') { - this.GradColors.colors[0] = {color: '4f81bd', effectId: 24}; // color accent1 + this.GradColor.colors[0] = {color: '4f81bd', effectId: 24}; // color accent1 } } var arrGradStop = [];