[vlc-commits] [Git][videolan/vlc][master] qml: do not scroll text when current in `MusicArtistDelegate`
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Tue Mar 24 06:33:21 UTC 2026
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
3e2a1c6e by Fatih Uzunoglu at 2026-03-24T07:05:53+01:00
qml: do not scroll text when current in `MusicArtistDelegate`
We want scrolling text only with visual focus, which is
mainly relevant with keyboard navigation.
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/MusicArtistDelegate.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/MusicArtistDelegate.qml
=====================================
@@ -207,7 +207,7 @@ T.ItemDelegate {
Widgets.TextAutoScroller {
label: artistName
- forceScroll: root.isCurrent || root.visualFocus
+ forceScroll: root.visualFocus
clip: scrolling
implicitHeight: artistName.implicitHeight
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3e2a1c6e0896344526f0df5cc2895c414660cefd
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3e2a1c6e0896344526f0df5cc2895c414660cefd
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list