Merge pull request #13810 from ctrlaltdavid/M11360

Don't auto-action entry in HMD file dialog when single-click
This commit is contained in:
Ryan Huffman 2018-08-14 12:57:28 -07:00 committed by GitHub
commit 19f27ec911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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