1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-03 14:25:38 +02:00

smartlist: don't reposition the view at the current index

Gitlab: #1273
Change-Id: I4a8cac7caef3c5935b65dacb35b4fc235525ca48
This commit is contained in:
Andreas Traczyk 2023-07-27 11:37:38 -04:00
parent e8e9fd30c9
commit 3b85425aa3

View file

@ -35,9 +35,9 @@ JamiListView {
}
currentIndex: model.currentFilteredRow
// highlight selection
// down and hover states are done within the delegate
highlightMoveDuration: 60
// Disable highlight on current item; we do this ourselves with the
// SmartListItemDelegate.
highlightFollowsCurrentItem: false
headerPositioning: ListView.OverlayHeader
header: Rectangle {