From b8b3a00bf15fccc69a154786aeb2a716676b6e4d Mon Sep 17 00:00:00 2001 From: Alexander Trofimov Date: Fri, 8 May 2020 19:01:15 +0300 Subject: [PATCH] [SSE] Rename asc_getFill2 -> asc_getFill --- 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 4b6737cb2..319b215b0 100644 --- a/apps/spreadsheeteditor/main/app/view/CellSettings.js +++ b/apps/spreadsheeteditor/main/app/view/CellSettings.js @@ -451,7 +451,7 @@ define([ this.spnAngle.setValue((value !== null) ? value : '', true); this._state.CellAngle = value; } - this.fill = props.asc_getFill2(); + this.fill = props.asc_getFill(); if (this.fill) { this.pattern = this.fill.asc_getPatternFill(); this.gradient = this.fill.asc_getGradientFill();