Skip to content
Snippets Groups Projects
Commit 1f0ab1ee authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Jean-Baptiste Kempf
Browse files

qml: disable indexing in toolbar editor dndview

parent a47d8adc
No related branches found
No related tags found
1 merge request!447qml: player toolbar editor dialog improvements
......@@ -69,8 +69,6 @@ MouseArea {
color: VLCStyle.colors.accent
}
onEntered: playerBtnDND.currentIndex = index
onPressed: {
removeInfoRectVisible = true
}
......
......@@ -30,6 +30,7 @@ ListView {
orientation: Qt.Horizontal
clip: true
currentIndex: -1
highlightFollowsCurrentItem: false
property bool containsDrag: footerItem.dropVisible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment