From e57e8c417c855a95991daeb5ac63c044946f66dd Mon Sep 17 00:00:00 2001 From: Randall Barker Date: Tue, 9 Feb 2016 14:39:54 -0800 Subject: [PATCH] Bug 1247095 - Disable re-targeting mouse event in Fennec r=snorp --- mobile/android/app/mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js index 05c6bfe54e8..d6553d5db95 100644 --- a/mobile/android/app/mobile.js +++ b/mobile/android/app/mobile.js @@ -446,7 +446,7 @@ pref("ui.touch.radius.rightmm", 3); pref("ui.touch.radius.bottommm", 2); pref("ui.touch.radius.visitedWeight", 120); -pref("ui.mouse.radius.enabled", true); +pref("ui.mouse.radius.enabled", false); pref("ui.mouse.radius.leftmm", 3); pref("ui.mouse.radius.topmm", 5); pref("ui.mouse.radius.rightmm", 3);