Bug 1247095 - Disable re-targeting mouse event in Fennec r=snorp

This commit is contained in:
Randall Barker 2016-02-09 14:39:54 -08:00
parent 49d79c32e8
commit 37948c2c73

View File

@ -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);