Commit 1c522ec7 authored by Daniel d'Andrada's avatar Daniel d'Andrada Committed by The Qt Project
Browse files

Fix bug where a tap over stacked mouse areas generates a double click


You have two mouse areas, one on top of the other.
1 - You tap the top one.
2 - That top mouse area receives a mouse press event but doesn't accept it
Expected outcome:
 3 - the bottom mouse area gets clicked (besides press and release mouse events)
Bogus outcome:
 3 - the bottom mouse area gets double clicked.

Change-Id: I10cac52b5e8edea781fe88e70c4092eb38bcf763
Reviewed-by: default avatarShawn Rutledge <shawn.rutledge@digia.com>
parent 5644e4f4
Branches
Tags
No related merge requests found
Showing with 25 additions and 5 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment