Changeset: c1cd8f98f3aa Author: Assaf Yavnai Date: 2014-02-24 15:20 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c1cd8f98f3aa
[RT-35536] [Lens] EGalaxTest.testDoubleClick2 fails Summary: Problem was that in Lens getMultiClickMaxX/Y() were returning 2 (pixels) and therefore clicks with bigger delta wouldn't produce double clicks. Changed the return value to be LensTouchInputSupport.touchTapRadius (default to 20) Reviewed by dblaukopf ! modules/graphics/src/main/java/com/sun/glass/ui/lens/LensTouchInputSupport.java ! modules/graphics/src/main/java/com/sun/glass/ui/lens/LensView.java