Don't auto-action entry in HMD file dialog when single-click on it

This commit is contained in:
David Rowe 2018-08-11 09:46:11 +12:00
parent 6b73a0bba5
commit 3a356de49f

View file

@ -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();