From f8c0c817c2ce1919f71ef333439c9f4742fc6a12 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 4 Dec 2021 14:40:37 +0200 Subject: ListWidget: Fixed touch scrolling issue --- src/ui/listwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/listwidget.h') diff --git a/src/ui/listwidget.h b/src/ui/listwidget.h index c5d412dd..da215b19 100644 --- a/src/ui/listwidget.h +++ b/src/ui/listwidget.h @@ -55,6 +55,7 @@ enum iScrollMode { normal_ScrollMode, disabledAtTopBothDirections_ScrollMode, disabledAtTopUpwards_ScrollMode, + disabled_ScrollMode, }; struct Impl_ListWidget { -- cgit v1.2.3