Merge PR #996: Fix overlapping views at startup
This commit is contained in:
commit
082faf7027
@ -276,8 +276,7 @@ Page {
|
|||||||
height: swipeView.height
|
height: swipeView.height
|
||||||
clip: true
|
clip: true
|
||||||
source: "mainviews/" + model.source + ".qml"
|
source: "mainviews/" + model.source + ".qml"
|
||||||
// visible: SwipeView.isCurrentItem
|
visible: SwipeView.isCurrentItem || SwipeView.isNextItem || SwipeView.isPreviousItem
|
||||||
// active: SwipeView.isCurrentItem || SwipeView.isNextItem || SwipeView.isPreviousItem
|
|
||||||
|
|
||||||
Binding {
|
Binding {
|
||||||
target: mainViewLoader.item
|
target: mainViewLoader.item
|
||||||
|
|||||||
Reference in New Issue
Block a user