Skip to content

Commit 342b203

Browse files
deepin-ci-robot18202781743
authored andcommitted
sync: from linuxdeepin/dtkdeclarative
Synchronize source files from linuxdeepin/dtkdeclarative. Source-pull-request: linuxdeepin/dtkdeclarative#526
1 parent 75f6bc8 commit 342b203

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

qt6/src/qml/ArrowListView.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FocusScope {
2222
id: contentLayout
2323
anchors.fill: parent
2424
P.ArrowListViewButton {
25-
visible: itemsView.interactive
25+
visible: itemsView.interactive && !itemsView.atYBeginning
2626
Layout.alignment: Qt.AlignHCenter
2727
Layout.fillWidth: true
2828
Layout.preferredHeight: height
@@ -77,7 +77,7 @@ FocusScope {
7777
}
7878

7979
P.ArrowListViewButton {
80-
visible: itemsView.interactive
80+
visible: itemsView.interactive && !itemsView.atYEnd
8181
Layout.alignment: Qt.AlignHCenter
8282
Layout.fillWidth: true
8383
Layout.preferredHeight: height

0 commit comments

Comments
 (0)