This commit is contained in:
zhuzichu 2023-10-16 17:31:59 +08:00
parent 9985053f82
commit fc1b62d4a3
2 changed files with 2 additions and 0 deletions

View File

@ -1138,6 +1138,7 @@ Item {
clip: true clip: true
currentIndex: -1 currentIndex: -1
model: control_popup.childModel model: control_popup.childModel
boundsBehavior: ListView.StopAtBounds
ScrollBar.vertical: FluScrollBar {} ScrollBar.vertical: FluScrollBar {}
delegate:Button{ delegate:Button{
id:item_button id:item_button

View File

@ -1138,6 +1138,7 @@ Item {
anchors.fill: parent anchors.fill: parent
clip: true clip: true
currentIndex: -1 currentIndex: -1
boundsBehavior: ListView.StopAtBounds
model: control_popup.childModel model: control_popup.childModel
ScrollBar.vertical: FluScrollBar {} ScrollBar.vertical: FluScrollBar {}
delegate:Button{ delegate:Button{