[localeq] Repeater with zonesModel crashes cala
probably due to dynamically loading items regionModel now lists, zonesModel only lists one delegate, but working on QML modules can now continue without crashing cala
This commit is contained in:
parent
ede561789a
commit
e63160cbe9
@ -27,9 +27,9 @@ RowLayout
|
||||
Layout.fillWidth: true
|
||||
ColumnLayout {
|
||||
id: zones
|
||||
Repeater {
|
||||
ListView {
|
||||
model: config.zonesModel
|
||||
Text {
|
||||
delegate: Text {
|
||||
text: label
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user