зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1176519 - Restore the position the fullscreen toolbox collapsed flag is set. r=dao
--HG-- extra : source : 2ea2927d4476d86d12c60af71e25fc67fd0312cd
This commit is contained in:
Родитель
d32ebf03b8
Коммит
d21321be36
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче