diff --git a/modules/autoHide.js b/modules/autoHide.js index 78f8d525..31921014 100644 --- a/modules/autoHide.js +++ b/modules/autoHide.js @@ -1435,6 +1435,9 @@ AutoHideWindow.prototype = inherit(AutoHideConstants, { var mode = this.treeStyleTab.isFullscreenAutoHide ? utils.getTreePref('tabbar.autoHide.mode.fullscreen') : this.lastMode; + if (mode == this.mode) + return; + this.mode = mode; if (mode != this.kMODE_DISABLED) this.updateKeyListeners(this.window);