From 0a97dd4ab3f726557eb3b4d18c6f92254eb6f72c Mon Sep 17 00:00:00 2001 From: Masayuki Nakano Date: Mon, 23 May 2011 23:56:59 +0900 Subject: [PATCH] Bug 658111 Enable Windows high resolution scrolling in default settings r=smaug --- modules/libpref/src/init/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index 97459928bf9..09c64a37d5e 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -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.