Skip to content
Snippets Groups Projects
Commit 78ea1cf9 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Jean-Baptiste Kempf
Browse files

qml: fix double click in video view

parent ef75cfe7
No related branches found
No related tags found
1 merge request!5425qml: fix double click in video view
Pipeline #483836 passed with warnings with stages
in 27 minutes and 49 seconds
......@@ -108,7 +108,7 @@ MainInterface.MainGridView {
onItemClicked: (modifier) => { gridView.leftClickOnItem(modifier, index) }
onItemDoubleClicked: model => gridView.itemDoubleClicked(model)
onItemDoubleClicked: gridView.itemDoubleClicked(model)
onContextMenuButtonClicked: (_, globalMousePos) => {
gridView.rightClickOnItem(index);
......
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