From 25fc600bfff5b543891856815b677302545fd980 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 6 May 2016 17:29:56 +0300 Subject: [PATCH] =?UTF-8?q?[SSE]=20Disable=20Clear,=20=D0=B5=D1=81=D0=BB?= =?UTF-8?q?=D0=B8=20=D0=BD=D0=B5=20=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BD=D0=B8=D0=BA=D0=B0=D0=BA=D0=BE=D0=B9=20?= =?UTF-8?q?=D1=84=D0=B8=D0=BB=D1=8C=D1=82=D1=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js b/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js index 94fb81a5f..093c3c1bd 100644 --- a/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js +++ b/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js @@ -935,6 +935,7 @@ define([ } } + this.miClear.setDisabled(this.initialFilterType === Asc.c_oAscAutoFilterTypes.None); this.btnOk.setDisabled(isCustomFilter); },