mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
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:
parent
032d1d1351
commit
633e56895b
@ -1257,9 +1257,6 @@ function BrowserEditBookmarks()
|
||||
if (aZoomFactor < 1 || aZoomFactor > 5000)
|
||||
return;
|
||||
|
||||
if (aZoomFactor == zoomFactor)
|
||||
return;
|
||||
|
||||
zoomFactor = aZoomFactor;
|
||||
|
||||
if (isZoomFactorInRange(zoomFactor)) {
|
||||
|
Loading…
Reference in New Issue
Block a user