mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Immediately open a digital library file after double clicking on it
CURA-8141
This commit is contained in:
parent
6120d8a054
commit
1a3474ff09
1 changed files with 5 additions and 0 deletions
|
@ -65,6 +65,11 @@ Item
|
||||||
model: manager.digitalFactoryFileModel
|
model: manager.digitalFactoryFileModel
|
||||||
visible: model.count != 0 && manager.retrievingFileStatus != DF.RetrievalStatus.InProgress
|
visible: model.count != 0 && manager.retrievingFileStatus != DF.RetrievalStatus.InProgress
|
||||||
selectionMode: OldControls.SelectionMode.SingleSelection
|
selectionMode: OldControls.SelectionMode.SingleSelection
|
||||||
|
onDoubleClicked:
|
||||||
|
{
|
||||||
|
manager.setSelectedFileIndices([row]);
|
||||||
|
openFilesButton.clicked();
|
||||||
|
}
|
||||||
|
|
||||||
OldControls.TableViewColumn
|
OldControls.TableViewColumn
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue