mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 01:48:59 +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
|
||||
}
|
||||
headerVisible: !selectDirectory
|
||||
onClicked: navigateToRow(row);
|
||||
onDoubleClicked: navigateToRow(row);
|
||||
focus: true
|
||||
Keys.onReturnPressed: navigateToCurrentRow();
|
||||
|
|
Loading…
Reference in a new issue