From 3f8a85d39dc6d334ac0bb6e3845ef507564dfd35 Mon Sep 17 00:00:00 2001 From: "Igor.Zotov" Date: Tue, 4 Jun 2013 14:44:26 +0000 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=B1=D0=B0=D0=B3=D0=B0=20=E2=84=9618944(CoEdit?= =?UTF-8?q?:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D1=8B=D0=B9=20=D0=BE=D0=B4=D0=BD=D0=B8=D0=BC=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D0=B5?= =?UTF-8?q?=D0=BC=20=D1=84=D0=B8=D0=BB=D1=8C=D1=82=D1=80=20=D0=B8=D0=BB?= =?UTF-8?q?=D0=B8=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D0=B0=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=B2=D1=82=D0=BE=D1=80=D0=BE=D0=BC=20=D0=B8=20=D0=B4?= =?UTF-8?q?=D0=B0=D0=BB=D0=B5=D0=B5=20=D0=BB=D0=B8=D1=81=D1=82=D0=B0=D1=85?= =?UTF-8?q?=20=D0=BE=D1=82=D0=BC=D0=B5=D0=BD=D1=8F=D0=B5=D1=82=D1=81=D1=8F?= =?UTF-8?q?=20=D1=83=20=D0=B4=D1=80=D1=83=D0=B3=D0=BE=D0=B3=D0=BE=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB?= =?UTF-8?q?=D1=8F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47065 954022d7-b5bf-4e40-9824-e11837661b57 --- Excel/model/autofilters.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Excel/model/autofilters.js b/Excel/model/autofilters.js index ec95478b15..6728e6651c 100644 --- a/Excel/model/autofilters.js +++ b/Excel/model/autofilters.js @@ -721,6 +721,8 @@ if(isInsertButton){ if (bIsActiveSheet) t._addButtonAF(newRes, ws, bIsOpenFilter); + else + t._addButtonAF(newRes, ws, true); } else if(!t.allButtonAF) t.allButtonAF = [];