[tests] Fix unconfine Button

master
Roman Gilg 6 years ago
parent c86fdf4c54
commit fcfe8763f6

@ -171,7 +171,7 @@ ColumnLayout {
anchors.verticalCenter: activArea.verticalCenter
text: "Unconfine pointer"
onClicked: root.unconfineRequest()
onClicked: root.unconfine()
}
}

Loading…
Cancel
Save