Browse Source

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 :(
master
Sander van Grieken 2 years ago
parent
commit
047cc6f957
  1. 7
      electrum/gui/qml/components/controls/ElDialog.qml

7
electrum/gui/qml/components/controls/ElDialog.qml

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

Loading…
Cancel
Save