mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-18 08:16:42 +02:00
Stop address bar stealing keyboard focus
This commit is contained in:
parent
d70faf5985
commit
159794cafd
1 changed files with 0 additions and 11 deletions
|
@ -32,17 +32,6 @@ Window {
|
|||
implicitWidth: backgroundImage.width
|
||||
implicitHeight: backgroundImage.height
|
||||
|
||||
Timer {
|
||||
running: root.visible
|
||||
interval: 500
|
||||
repeat: true
|
||||
onTriggered: {
|
||||
if (root.enabled && !addressLine.activeFocus) {
|
||||
addressLine.forceActiveFocus()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Image {
|
||||
id: backgroundImage
|
||||
|
||||
|
|
Loading…
Reference in a new issue