Skip to content

Commit d0feb2d

Browse files
Fixed list not showing up properly
1 parent d73ecb6 commit d0feb2d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/presentation/desktop/modules/CustomComponents/bookSelector/MBookSelectorPopup.qml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Popup {
5252
containingListview: listView
5353
fontSize: Fonts.size12
5454
fontColor: Style.colorLightText
55+
propertyName: "title"
5556

5657
checkBoxStyle: root.checkBoxStyle
5758
checkBoxImageSize: 10
@@ -83,11 +84,6 @@ Popup {
8384

8485
root.itemsChanged()
8586
}
86-
87-
// Overwrite the way the model's text is queried
88-
function getContent() {
89-
return model["title"]
90-
}
9187
}
9288
}
9389
}

0 commit comments

Comments
 (0)