Bug 1176519 - Restore the position the fullscreen toolbox collapsed flag is set. r=dao

--HG--
extra : source : 2ea2927d4476d86d12c60af71e25fc67fd0312cd
This commit is contained in:
Xidorn Quan 2015-06-24 14:08:53 -07:00
Родитель d32ebf03b8
Коммит d21321be36
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -477,7 +477,6 @@ var FullScreen = {
}
// Track whether mouse is near the toolbox
this._isChromeCollapsed = false;
if (trackMouse && !this.useLionFullScreen) {
let rect = gBrowser.mPanelContainer.getBoundingClientRect();
this._mouseTargetRect = {
@ -488,6 +487,8 @@ var FullScreen = {
};
MousePosTracker.addListener(this);
}
this._isChromeCollapsed = false;
},
hideNavToolbox: function (aAnimate = false) {