3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-18 04:18:59 +02:00

BUGZ-732: Enable text selection by mouse in Profile/Display Name field

This commit is contained in:
Zach Fox 2019-06-18 14:11:14 -07:00
parent 9b1c7b39bb
commit 18f703ee43

View file

@ -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) {