mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +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
|
||||
z: 200
|
||||
onFocusChanged: {
|
||||
if (titleArea.state === "renaming" && !titleArea.focus) {
|
||||
if (titleArea.state === "renaming" && !focus) {
|
||||
accepted();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue