mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Allow double-clicking on a file to open it
Contributes to issue CURA-8686.
This commit is contained in:
parent
a7da4e4ef9
commit
bbb40d9b11
2 changed files with 10 additions and 0 deletions
|
@ -78,6 +78,11 @@ Item
|
|||
{
|
||||
manager.setSelectedFileIndices([currentRow]);
|
||||
}
|
||||
onDoubleClicked: function(row)
|
||||
{
|
||||
manager.setSelectedFileIndices([row]);
|
||||
openFilesButton.clicked();
|
||||
}
|
||||
}
|
||||
|
||||
Label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue