fix #9526: fixed anchorItem for popups

This commit is contained in:
Roman Pudashkin 2021-10-22 14:36:55 +02:00
parent 6393d7eada
commit 44d7a8e91d

View file

@ -89,7 +89,7 @@ ExpandableBlank {
model: root.sectionModel
navigationPanel: navPanel
navigationRowStart: root.navigation.row + 1
anchorItem: root
anchorItem: root.anchorItem
onEnsureContentVisibleRequested: {
root.ensureContentVisibleRequested(-invisibleContentHeight)
@ -104,7 +104,7 @@ ExpandableBlank {
model: root.sectionModel
navigationPanel: navPanel
navigationRowStart: root.navigation.row + 1
anchorItem: root
anchorItem: root.anchorItem
onEnsureContentVisibleRequested: {
root.ensureContentVisibleRequested(-invisibleContentHeight)
@ -119,7 +119,7 @@ ExpandableBlank {
model: root.sectionModel
navigationPanel: navPanel
navigationRowStart: root.navigation.row + 1
anchorItem: root
anchorItem: root.anchorItem
onEnsureContentVisibleRequested: {
root.ensureContentVisibleRequested(-invisibleContentHeight)