Allow double-clicking on a file to open it

Contributes to issue CURA-8686.
This commit is contained in:
Ghostkeeper 2022-01-25 18:19:08 +01:00
parent a7da4e4ef9
commit bbb40d9b11
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 10 additions and 0 deletions

View file

@ -78,6 +78,11 @@ Item
{
manager.setSelectedFileIndices([currentRow]);
}
onDoubleClicked: function(row)
{
manager.setSelectedFileIndices([row]);
openFilesButton.clicked();
}
}
Label