Skip to content
Snippets Groups Projects
Commit 07f6be92 authored by Benjamin Arnaud's avatar Benjamin Arnaud Committed by Jean-Baptiste Kempf
Browse files

qml/MediaGroupList: Fix double click on TableView

parent c1e7e96a
No related branches found
No related tags found
1 merge request!974qml: Fix MediaGroup(s) sorting and double click issues
Pipeline #166837 passed with stage
in 19 minutes and 21 seconds
......@@ -370,6 +370,9 @@ FocusScope {
onActionForSelection: _actionAtIndex()
// NOTE: We make sure we're double clicking on a group.
onItemDoubleClicked: if (model.count > 1) showList(model, Qt.MouseFocusReason)
onContextMenuButtonClicked: contextMenu.popup(modelSelect.selectedIndexes,
menuParent.mapToGlobal(0,0))
......
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