タブバーの幅が変にならないように

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7195 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-09-14 01:12:11 +00:00
parent 07aa218212
commit fdc2b3f82d

View File

@ -1030,6 +1030,7 @@ TreeStyleTabBrowserAutoHide.prototype = {
case 'TreeStyleTabTabbarPositionChanged':
if (this.enabled)
window.setTimeout(function(aSelf) {
aSelf.show();
aSelf.hide();
}, 0, this);
this.updateTransparency();