Fix empty list freeze in Completer
This commit is contained in:
parent
fc7937c73d
commit
720e7fceec
@ -121,6 +121,9 @@ Control {
|
||||
pixelAligned: true
|
||||
highlightFollowsCurrentItem: true
|
||||
|
||||
displayMarginBeginning: height / 2
|
||||
displayMarginEnd: height / 2
|
||||
|
||||
delegate: Rectangle {
|
||||
property variant modelData: model
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user