Disable highlightFollowsCurrentItem for country selection page
This commit is contained in:
parent
5c40f382fd
commit
d95e04af90
1 changed files with 1 additions and 4 deletions
|
|
@ -51,13 +51,10 @@ PageType {
|
||||||
|
|
||||||
model: ApiCountryModel
|
model: ApiCountryModel
|
||||||
|
|
||||||
// Commented out the binding to prevent constant reset to 0
|
|
||||||
// currentIndex: 0
|
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
// One-time initialization to 0, allowing free scrolling afterward
|
|
||||||
currentIndex = 0
|
currentIndex = 0
|
||||||
}
|
}
|
||||||
|
highlightFollowsCurrentItem: false
|
||||||
|
|
||||||
ButtonGroup {
|
ButtonGroup {
|
||||||
id: containersRadioButtonGroup
|
id: containersRadioButtonGroup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue