mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 04:10:23 +02:00
Merge pull request #13810 from ctrlaltdavid/M11360
Don't auto-action entry in HMD file dialog when single-click
This commit is contained in:
commit
19f27ec911
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