tab bar should not be hidden by keyboard input if it is expanded by mouse

This commit is contained in:
Piro / SHIMODA Hiroshi 2012-01-03 06:00:04 +09:00
parent afca500dbe
commit 1b50b890c4

View File

@ -1495,7 +1495,8 @@ AutoHideBrowser.prototype = {
}
}
else {
if (this.enabled)
if (this.enabled &&
this.showHideReason == this.kSHOWN_BY_SHORTCUT)
this.hide();
}
},