the tab bar is wrongly shown by mousemove, even if it is disabled by user preference
This commit is contained in:
parent
14a4e6a086
commit
977a015199
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user