From 81e37bc09ac001954718103e0fc805575daa0d81 Mon Sep 17 00:00:00 2001 From: piro Date: Tue, 7 Apr 2009 18:07:27 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=83=96=E3=81=AE=E6=8C=BF=E5=85=A5?= =?UTF-8?q?=E3=82=92=E5=B8=B8=E3=81=AB=E3=82=A2=E3=83=8B=E3=83=A1=E3=83=BC?= =?UTF-8?q?=E3=82=B7=E3=83=A7=E3=83=B3=E5=87=A6=E7=90=86=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4071 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 6eea7027..7a174c2b 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -1389,6 +1389,11 @@ TreeStyleTabBrowser.prototype = { this.multipleCount++; } + if (this.animationEnabled) { + this.updateTabCollapsed(tab, true, true); + this.updateTabCollapsed(tab, false); + } + this.showTabbarForFeedback(); },