Bug 624123 - Titlebar too big after leaving full screen if tab groups were used. r=gavin

--HG--
extra : rebase_source : f6021917bcd7b876865a3bcceee939ab19e03564
This commit is contained in:
Dão Gottwald 2011-01-20 09:36:23 +01:00
Родитель 654bec7882
Коммит 56c8b02261
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -4875,7 +4875,7 @@ var TabsInTitlebar = {
},
_update: function () {
if (!this._initialized)
if (!this._initialized || window.fullScreen)
return;
let allowed = true;