mirror of
https://github.com/overte-org/overte.git
synced 2025-06-28 04:09:42 +02:00
Don't auto-action entry in HMD file dialog when single-click on it
This commit is contained in:
parent
6b73a0bba5
commit
3a356de49f
1 changed files with 0 additions and 1 deletions
|
@ -471,7 +471,6 @@ TabletModalWindow {
|
||||||
bottomMargin: hifi.dimensions.contentSpacing.y + currentSelection.controlHeight - currentSelection.height
|
bottomMargin: hifi.dimensions.contentSpacing.y + currentSelection.controlHeight - currentSelection.height
|
||||||
}
|
}
|
||||||
headerVisible: !selectDirectory
|
headerVisible: !selectDirectory
|
||||||
onClicked: navigateToRow(row);
|
|
||||||
onDoubleClicked: navigateToRow(row);
|
onDoubleClicked: navigateToRow(row);
|
||||||
focus: true
|
focus: true
|
||||||
Keys.onReturnPressed: navigateToCurrentRow();
|
Keys.onReturnPressed: navigateToCurrentRow();
|
||||||
|
|
Loading…
Reference in a new issue