From 2a239c2cf9604f9db61deeb895cc259c3b3cc0b1 Mon Sep 17 00:00:00 2001 From: Julia Svinareva Date: Fri, 29 Nov 2019 17:15:22 +0300 Subject: [PATCH] [SSE] Fix cell fill: hide color fill while loading --- apps/spreadsheeteditor/main/app/template/CellSettings.template | 2 +- apps/spreadsheeteditor/main/app/view/CellSettings.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/template/CellSettings.template b/apps/spreadsheeteditor/main/app/template/CellSettings.template index be422118a..c9bbb14b0 100644 --- a/apps/spreadsheeteditor/main/app/template/CellSettings.template +++ b/apps/spreadsheeteditor/main/app/template/CellSettings.template @@ -11,7 +11,7 @@ -
+
diff --git a/apps/spreadsheeteditor/main/app/view/CellSettings.js b/apps/spreadsheeteditor/main/app/view/CellSettings.js index 7252d6067..ba7941f79 100644 --- a/apps/spreadsheeteditor/main/app/view/CellSettings.js +++ b/apps/spreadsheeteditor/main/app/view/CellSettings.js @@ -75,7 +75,7 @@ define([ CellAngle: undefined, GradFillType: Asc.c_oAscFillGradType.GRAD_LINEAR, CellColor: 'transparent', - FillType: Asc.c_oAscFill.FILL_TYPE_SOLID, + FillType: Asc.c_oAscFill.FILL_TYPE_NOFILL, FGColor: '000000', BGColor: 'ffffff', GradColor: '000000'