From: Claudio Cambra Date: Wed, 7 Sep 2022 16:45:58 +0000 (+0200) Subject: Fix rebase issue with activity list keyboard navigation PR X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~286 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b7b374c4428cde952c7cbcdb40d0f46b71c5a45e;p=nextcloud-desktop.git Fix rebase issue with activity list keyboard navigation PR Signed-off-by: Claudio Cambra --- diff --git a/src/gui/tray/ActivityList.qml b/src/gui/tray/ActivityList.qml index 8106c939f..6973633b7 100644 --- a/src/gui/tray/ActivityList.qml +++ b/src/gui/tray/ActivityList.qml @@ -52,7 +52,7 @@ ScrollView { isFileActivityList: controlRoot.isFileActivityList width: activityList.contentWidth flickable: activityList - onEntered: { + onHoveredChanged: if (hovered) { // When we set the currentIndex the list view will scroll... // unless we tamper with the preferred highlight points to stop this. const savedPreferredHighlightBegin = activityList.preferredHighlightBegin;