Skip to content

Commit

Permalink
Bug 957188 - Increase touch start tolerance to more easily detect tap…
Browse files Browse the repository at this point in the history
…s. r=botond
  • Loading branch information
staktrace committed Jan 9, 2014
1 parent 4f9f91d commit 7d57837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/layers/ipc/AsyncPanZoomController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ namespace layers {
* accidentally processing taps as touch moves, and from very short/accidental
* touches moving the screen.
*/
static float gTouchStartTolerance = 1.0f/16.0f;
static float gTouchStartTolerance = 1.0f/2.0f;

/**
* Angle from axis within which we stay axis-locked
Expand Down

0 comments on commit 7d57837

Please sign in to comment.