From 370c4efbc5e9e92372d620fa84c2a339769143b4 Mon Sep 17 00:00:00 2001 From: Tomas Mizera Date: Thu, 5 Oct 2023 09:25:59 +0200 Subject: [PATCH] enable swiping gesture in forms --- app/qml/form/FeatureForm.qml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/qml/form/FeatureForm.qml b/app/qml/form/FeatureForm.qml index 5aed887ca..cfc2c3baf 100644 --- a/app/qml/form/FeatureForm.qml +++ b/app/qml/form/FeatureForm.qml @@ -276,12 +276,6 @@ Item { id: swipeView currentIndex: form.controller.hasTabs ? tabRow.currentIndex : 0 - // - // Known limitation, we can not make swipeview interactive because of https://bugreports.qt.io/browse/QTBUG-109124 - // It clashes with slider editors, see https://github.com/MerginMaps/input/issues/2411 - // - interactive: false - anchors { top: flickable.bottom left: container.left