1
0

qml: remove attempt to unfocus by clicking dialog background

Doesn't really work as it triggers on events above the background it is defined on :(
This commit is contained in:
Sander van Grieken
2023-11-08 15:38:26 +01:00
parent 8798a45d70
commit 047cc6f957

View File

@@ -100,11 +100,4 @@ Dialog {
}
}
background: Rectangle {
id: bg
color: Material.dialogColor
TapHandler {
onTapped: bg.forceActiveFocus()
}
}
}