mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 10:13:15 +02:00
Fix rename not working correctly in AvatarPackager
This commit is contained in:
parent
93f53cf43d
commit
f27ee1767c
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ ShadowRectangle {
|
||||||
font.pixelSize: 28
|
font.pixelSize: 28
|
||||||
z: 200
|
z: 200
|
||||||
onFocusChanged: {
|
onFocusChanged: {
|
||||||
if (titleArea.state === "renaming" && !titleArea.focus) {
|
if (titleArea.state === "renaming" && !focus) {
|
||||||
accepted();
|
accepted();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue