Remove unnecessary MouseArea from country selection page
This commit is contained in:
parent
757caacf12
commit
592dc1b0f4
2 changed files with 1 additions and 6 deletions
|
|
@ -177,6 +177,7 @@ RadioButton {
|
|||
MouseArea {
|
||||
anchors.fill: root
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
preventStealing: false
|
||||
enabled: false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -135,12 +135,6 @@ PageType {
|
|||
}
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: containerRadioButton
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
enabled: false
|
||||
}
|
||||
|
||||
Keys.onEnterPressed: {
|
||||
if (checkable) {
|
||||
checked = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue