Bug 658111 Enable Windows high resolution scrolling in default settings r=smaug

This commit is contained in:
Masayuki Nakano 2011-05-23 23:56:59 +09:00
parent f2ab2ab825
commit 0a97dd4ab3

View File

@ -1878,7 +1878,7 @@ pref("ui.panel.default_level_parent", false);
pref("mousewheel.system_scroll_override_on_root_content.enabled", true);
// High resolution scrolling with supported mouse drivers on Vista or later.
pref("mousewheel.enable_pixel_scrolling", false);
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.