タブバーの幅を元の幅以下にできなくなっていたのを修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5071 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-09-03 09:14:41 +00:00
parent a1bfa7161b
commit 3d246d1922

View File

@ -895,7 +895,7 @@ TreeStyleTabBrowserAutoHide.prototype = {
!this.isResizing &&
this.evaluateXPath(
'ancestor-or-self::*[@class="'+this.kSPLITTER+'"]',
aEvent.originalTaret || aEvent.target,
aEvent.originalTarget || aEvent.target,
XPathResult.BOOLEAN_TYPE
).booleanValue
) {
@ -931,7 +931,7 @@ TreeStyleTabBrowserAutoHide.prototype = {
!this.getTabBrowserFromChild(aEvent.originalTarget)
)
)
sv.hide();
this.hide();
this.lastMouseDownTarget = aEvent.originalTarget.localName;
},