Bug 1846468 - Remove mousewheel.enable_pixel_scrolling declaration on Windows r=masayuki

Differential Revision: https://phabricator.services.mozilla.com/D185003
This commit is contained in:
Gregory Pappas 2023-08-02 06:41:17 +00:00
Родитель 2bf90dc51c
Коммит 37be1925de
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -2419,9 +2419,6 @@ pref("font.size.monospace.x-math", 13);
// handling. If this is set to true, Gecko forcibly use the cache.
pref("mousewheel.system_settings_cache.force_enabled", false);
// High resolution scrolling with supported mouse drivers on Vista or later.
pref("mousewheel.enable_pixel_scrolling", true);
// If your mouse drive sends WM_*SCROLL messages when you turn your mouse
// wheel, set this to true. Then, gecko processes them as mouse wheel
// messages.