fix #9526: fixed anchorItem for popups
This commit is contained in:
parent
6393d7eada
commit
44d7a8e91d
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue