From 18f703ee4304a711d57d32332924d12810391e88 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Tue, 18 Jun 2019 14:11:14 -0700 Subject: [PATCH] BUGZ-732: Enable text selection by mouse in Profile/Display Name field --- .../hifi/simplifiedUI/avatarApp/components/DisplayNameHeader.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/resources/qml/hifi/simplifiedUI/avatarApp/components/DisplayNameHeader.qml b/interface/resources/qml/hifi/simplifiedUI/avatarApp/components/DisplayNameHeader.qml index a6be398e53..becbd8ca61 100644 --- a/interface/resources/qml/hifi/simplifiedUI/avatarApp/components/DisplayNameHeader.qml +++ b/interface/resources/qml/hifi/simplifiedUI/avatarApp/components/DisplayNameHeader.qml @@ -94,6 +94,7 @@ Item { text: MyAvatar.sessionDisplayName === "" ? MyAvatar.displayName : MyAvatar.sessionDisplayName maximumLength: 256 clip: true + selectByMouse: true anchors.fill: parent onEditingFinished: { if (MyAvatar.displayName !== text) {