mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
fix numeric keyboard for hmd Window.prompt
This commit is contained in:
parent
e763082afc
commit
84eb1721e7
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,9 @@ ModalWindow {
|
|||
}
|
||||
}
|
||||
|
||||
property alias keyboardOverride: root.keyboardOverride
|
||||
property alias keyboardRaised: root.keyboardRaised
|
||||
property alias punctuationMode: root.punctuationMode
|
||||
Keyboard {
|
||||
id: keyboard
|
||||
raised: keyboardEnabled && keyboardRaised
|
||||
|
|
Loading…
Reference in a new issue