the tab bar is wrongly shown by mousemove, even if it is disabled by user preference

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-01-10 14:01:09 +09:00
parent 14a4e6a086
commit 977a015199

View File

@ -300,10 +300,7 @@ AutoHideBrowser.prototype = {
get shouldListenMouseMove()
{
return this.treeStyleTab.getTreePref('tabbar.autoShow.mousemove') ||
this.treeStyleTab.getTreePref('tabbar.autoShow.accelKeyDown') ||
this.treeStyleTab.getTreePref('tabbar.autoShow.tabSwitch') ||
this.treeStyleTab.getTreePref('tabbar.autoShow.feedback');
return this.treeStyleTab.getTreePref('tabbar.autoShow.mousemove');
},
get shouldListenKeyEventsForAutoHide()