1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-06 15:55:48 +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 currentIndex: model.currentFilteredRow
// highlight selection // Disable highlight on current item; we do this ourselves with the
// down and hover states are done within the delegate // SmartListItemDelegate.
highlightMoveDuration: 60 highlightFollowsCurrentItem: false
headerPositioning: ListView.OverlayHeader headerPositioning: ListView.OverlayHeader
header: Rectangle { header: Rectangle {