タブバーの幅を元の幅以下にできなくなっていたのを修正
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5071 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
a1bfa7161b
commit
3d246d1922
@ -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;
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user