From d1e35729a899fcf0518782e665a8212461cecddb Mon Sep 17 00:00:00 2001 From: piro Date: Fri, 18 Dec 2009 06:35:08 +0000 Subject: [PATCH] =?UTF-8?q?=E7=8F=BE=E5=9C=A8=E3=81=AE=E3=82=BF=E3=83=96?= =?UTF-8?q?=E3=82=92=E9=96=89=E3=81=98=E3=81=9F=E6=99=82=E3=80=81=E3=82=BF?= =?UTF-8?q?=E3=83=96=E3=81=AE=E3=83=95=E3=82=A9=E3=83=BC=E3=82=AB=E3=82=B9?= =?UTF-8?q?=E7=A7=BB=E5=8B=95=E3=81=8C=E8=B5=B7=E3=81=93=E3=81=A3=E3=81=9F?= =?UTF-8?q?=E5=BE=8C=E3=81=AB=E8=8B=A5=E5=B9=B2=E6=99=82=E9=96=93=E3=82=92?= =?UTF-8?q?=E3=81=8A=E3=81=84=E3=81=A6=E5=85=83=E3=81=AE=E3=82=BF=E3=83=96?= =?UTF-8?q?=E3=81=8C=E9=96=89=E3=81=98=E3=82=89=E3=82=8C=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB=E8=A6=8B=E3=81=88=E3=81=A6=E3=81=84=E3=81=9F?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3=EF=BC=88=E5=87=A6?= =?UTF-8?q?=E7=90=86=E9=A0=86=E3=82=92=E5=85=A5=E3=82=8C=E6=9B=BF=E3=81=88?= =?UTF-8?q?=E3=81=9F=EF=BC=89?= 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@5552 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index a53f52cb..fd027ee1 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -1626,6 +1626,15 @@ TreeStyleTabBrowser.prototype = { nextFocusedTab = this.getNextFocusedTab(tab); } + if (indentModifiedTabs.length) + this.updateTabsIndentWithDelay(indentModifiedTabs); + this.checkTabsIndentOverflow(); + + for (var i in backupAttributes) + { + this.setTabValue(tab, i, backupAttributes[i]); + } + if (b.selectedTab == tab) { this._focusChangedByCurrentTabRemove = true; if ( @@ -1636,15 +1645,6 @@ TreeStyleTabBrowser.prototype = { ) b.selectedTab = nextFocusedTab; } - - if (indentModifiedTabs.length) - this.updateTabsIndentWithDelay(indentModifiedTabs); - this.checkTabsIndentOverflow(); - - for (var i in backupAttributes) - { - this.setTabValue(tab, i, backupAttributes[i]); - } }, CLOSE_PARENT_BEHAVIOR_ESCALATE_FIRST : 3, CLOSE_PARENT_BEHAVIOR_ESCALATE_ALL : 0,