mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 05:17:08 +02:00
Merge pull request #15791 from zfox23/SUI/highlightText1
BUGZ-732: Enable text selection by mouse in Profile/Display Name field
This commit is contained in:
commit
99feabd4c9
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ Item {
|
||||||
text: MyAvatar.sessionDisplayName === "" ? MyAvatar.displayName : MyAvatar.sessionDisplayName
|
text: MyAvatar.sessionDisplayName === "" ? MyAvatar.displayName : MyAvatar.sessionDisplayName
|
||||||
maximumLength: 256
|
maximumLength: 256
|
||||||
clip: true
|
clip: true
|
||||||
|
selectByMouse: true
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onEditingFinished: {
|
onEditingFinished: {
|
||||||
if (MyAvatar.displayName !== text) {
|
if (MyAvatar.displayName !== text) {
|
||||||
|
|
Loading…
Reference in a new issue