зеркало из https://github.com/mozilla/gecko-dev.git
Make the font size menu always set a zoom level as interim fix until we've hooked up mousewheel font size changing to this menu.
bug=57480, r=bryner, a=ben
This commit is contained in:
Родитель
519771b920
Коммит
406eb39378
|
@ -1257,9 +1257,6 @@ function BrowserEditBookmarks()
|
|||
if (aZoomFactor < 1 || aZoomFactor > 5000)
|
||||
return;
|
||||
|
||||
if (aZoomFactor == zoomFactor)
|
||||
return;
|
||||
|
||||
zoomFactor = aZoomFactor;
|
||||
|
||||
if (isZoomFactorInRange(zoomFactor)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче