[tests] Fix unconfine Button
This commit is contained in:
parent
c86fdf4c54
commit
fcfe8763f6
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ ColumnLayout {
|
|||
anchors.verticalCenter: activArea.verticalCenter
|
||||
|
||||
text: "Unconfine pointer"
|
||||
onClicked: root.unconfineRequest()
|
||||
onClicked: root.unconfine()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue