Fix empty list freeze in Completer
This commit is contained in:
parent
fc7937c73d
commit
720e7fceec
1 changed files with 3 additions and 0 deletions
|
|
@ -121,6 +121,9 @@ Control {
|
|||
pixelAligned: true
|
||||
highlightFollowsCurrentItem: true
|
||||
|
||||
displayMarginBeginning: height / 2
|
||||
displayMarginEnd: height / 2
|
||||
|
||||
delegate: Rectangle {
|
||||
property variant modelData: model
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue