mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:02:55 +02:00
Merge pull request #14420 from danteruiz/fix-keyboard-loging-issue
Dismiss keyboard when backout of the login screen
This commit is contained in:
commit
6b25179aa9
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ TabletModalWindow {
|
||||||
|
|
||||||
Component.onDestruction: {
|
Component.onDestruction: {
|
||||||
loginKeyboard.raised = false;
|
loginKeyboard.raised = false;
|
||||||
|
KeyboardScriptingInterface.raised = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
|
|
Loading…
Reference in a new issue