Store last mode

This commit is contained in:
YUKI Hiroshi 2015-03-03 19:22:24 +09:00
parent a829f25bba
commit 949fab8ae3

View File

@ -271,7 +271,7 @@ AutoHideBrowser.prototype = inherit(AutoHideConstants, {
b.treeStyleTab.fixTooNarrowTabbar();
sv.setWindowValue(this.kAUTOHIDE, true);
sv.setWindowValue(this.kMODE, this.mode);
},
end : function AHB_end()
@ -314,7 +314,7 @@ AutoHideBrowser.prototype = inherit(AutoHideConstants, {
sv.setTabStripAttribute('width', this.widthFromMode);
if (!this.destroying)
sv.setWindowValue(this.kAUTOHIDE, false);
sv.setWindowValue(this.kMODE, this.kMODE_DISABLED);
},
notifyStatusToAllTabs : function AHB_notifyStatusToAllTabs()