From d6cd4858ccbea61ff039299538fab50f4c7f6920 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 4 Apr 2019 18:38:58 +0200 Subject: [PATCH] timeout for pan detection increased --- examples/thumbnails/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/thumbnails/main.cpp b/examples/thumbnails/main.cpp index fc7f2be3..680898ed 100644 --- a/examples/thumbnails/main.cpp +++ b/examples/thumbnails/main.cpp @@ -127,6 +127,8 @@ class ScrollArea : public QskScrollArea setBoxBorderMetricsHint( HorizontalScrollHandle, 1 ); setBoxShapeHint( HorizontalScrollHandle, 8 ); + + setFlickRecognizerTimeout( 300 ); } };