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 2006-09-14 05:54:33 +00:00
parent 032d1d1351
commit 633e56895b

View File

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