Fix crash when removing sensor with name textfield selected

This commit is contained in:
Stefan Persson 2012-01-26 17:01:50 +01:00
parent c6ecc4a1d4
commit 4ccb9b3563

View file

@ -53,6 +53,7 @@ Item{
MouseArea{
anchors.fill: parent
onClicked: {
main.focus = true
confirmDeletion.visible = true;
}
}