[vlc-commits] [Git][videolan/vlc][master] qml: remove unnecessary property and fix final overriding in Qt 6.6
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Nov 14 06:54:48 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
701ea11d by Fatih Uzunoglu at 2023-11-14T06:32:01+00:00
qml: remove unnecessary property and fix final overriding in Qt 6.6
- - - - -
1 changed file:
- modules/gui/qt/widgets/qml/KeyNavigableListView.qml
Changes:
=====================================
modules/gui/qt/widgets/qml/KeyNavigableListView.qml
=====================================
@@ -36,8 +36,6 @@ ListView {
// NOTE: We want buttons to be centered vertically but configurable.
property int buttonMargin: height / 2 - buttonLeft.height / 2
- property bool keyNavigationWraps: false
-
property ListSelectionModel selectionModel: ListSelectionModel {
model: root.model
}
@@ -77,6 +75,7 @@ ListView {
//key navigation is reimplemented for item selection
keyNavigationEnabled: false
+ keyNavigationWraps: false
ScrollBar.vertical: ScrollBar { }
ScrollBar.horizontal: ScrollBar { }
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/701ea11d4ad9418270d8b5aba44fa72be8b50f04
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/701ea11d4ad9418270d8b5aba44fa72be8b50f04
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list