mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-17 10:10:31 +02:00
Fix no keyboard when renaming item directly in Asset Server dialog
This commit is contained in:
parent
c9c5436080
commit
7e4f494e96
1 changed files with 5 additions and 0 deletions
|
@ -199,6 +199,11 @@ TreeView {
|
|||
unfocusHelper.forceActiveFocus();
|
||||
}
|
||||
}
|
||||
|
||||
onReadOnlyChanged: {
|
||||
// Have to explicily set keyboardRaised because automatic setting fails because readOnly is true at the time.
|
||||
keyboardRaised = activeFocus;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue