タブの挿入を常にアニメーション処理するようにした

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4071 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-04-07 18:07:27 +00:00
parent 569c39d4f2
commit 81e37bc09a

View File

@ -1389,6 +1389,11 @@ TreeStyleTabBrowser.prototype = {
this.multipleCount++; this.multipleCount++;
} }
if (this.animationEnabled) {
this.updateTabCollapsed(tab, true, true);
this.updateTabCollapsed(tab, false);
}
this.showTabbarForFeedback(); this.showTabbarForFeedback();
}, },