projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee513b6
)
Fix rebase issue with activity list keyboard navigation PR
author
Claudio Cambra
<claudio.cambra@gmail.com>
Wed, 7 Sep 2022 16:45:58 +0000
(18:45 +0200)
committer
Claudio Cambra
<claudio.cambra@gmail.com>
Wed, 7 Sep 2022 16:45:58 +0000
(18:45 +0200)
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
src/gui/tray/ActivityList.qml
patch
|
blob
|
history
diff --git
a/src/gui/tray/ActivityList.qml
b/src/gui/tray/ActivityList.qml
index 8106c939f3aa98947a62d73f459eefae312d8645..6973633b7e0b5b907e6c535d8ff8d0bf7fc21168 100644
(file)
--- 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
- on
Entered:
{
+ on
HoveredChanged: 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;