Fix crash on some systems because of reuseItems in completer
This commit is contained in:
parent
74712ff6aa
commit
051545a851
@ -115,7 +115,8 @@ Control {
|
||||
|
||||
onContentYChanged: deadTimer.restart()
|
||||
|
||||
reuseItems: true
|
||||
// Broken, see https://bugreports.qt.io/browse/QTBUG-102811
|
||||
//reuseItems: true
|
||||
implicitWidth: listView.contentItem.childrenRect.width
|
||||
model: completer
|
||||
verticalLayoutDirection: popup.bottomToTop ? ListView.BottomToTop : ListView.TopToBottom
|
||||
|
Loading…
Reference in New Issue
Block a user