Fix empty list freeze in Completer

pull/1356/head
Joseph Donofry 2 years ago
parent fc7937c73d
commit 720e7fceec
  1. 3
      resources/qml/Completer.qml

@ -121,6 +121,9 @@ Control {
pixelAligned: true
highlightFollowsCurrentItem: true
displayMarginBeginning: height / 2
displayMarginEnd: height / 2
delegate: Rectangle {
property variant modelData: model

Loading…
Cancel
Save