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:
disttsc%bart.nl 2000-10-26 01:31:40 +00:00
Родитель 519771b920
Коммит 406eb39378
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -1257,9 +1257,6 @@ function BrowserEditBookmarks()
if (aZoomFactor < 1 || aZoomFactor > 5000)
return;
if (aZoomFactor == zoomFactor)
return;
zoomFactor = aZoomFactor;
if (isZoomFactorInRange(zoomFactor)) {