From 30200b516f9302ae616f69168eed05cf431a6021 Mon Sep 17 00:00:00 2001 From: poire-z Date: Tue, 9 Jan 2018 21:37:50 +0100 Subject: [PATCH] Fix scroll with swipe in scrollhtmlwidget (#3586) --- frontend/ui/widget/scrollhtmlwidget.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/widget/scrollhtmlwidget.lua b/frontend/ui/widget/scrollhtmlwidget.lua index 331b8ca73..174a6691a 100644 --- a/frontend/ui/widget/scrollhtmlwidget.lua +++ b/frontend/ui/widget/scrollhtmlwidget.lua @@ -57,7 +57,7 @@ function ScrollHtmlWidget:init() if Device:isTouchDevice() then self.ges_events = { - SwipeScrollText = { + ScrollText = { GestureRange:new{ ges = "swipe", range = function() return self.dimen end,