We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bac1c8 commit f42f3f7Copy full SHA for f42f3f7
1 file changed
ui.qml.in
@@ -1041,6 +1041,10 @@ Item {
1041
1042
component UIHint : Item {
1043
id: hint
1044
+ // Workaround: Dynamically added SwipeView items are all visible at x=0
1045
+ // until SwipeView preloads them. Only show when properly positioned.
1046
+ visible: SwipeView.isCurrentItem || SwipeView.isPreviousItem || SwipeView.isNextItem
1047
+
1048
property var target
1049
property real targetX
1050
property real targetY
0 commit comments