Fix main pane highlight

This commit is contained in:
miruka
2020-03-10 05:38:28 -04:00
parent 49966e06ad
commit aafbecfdda
11 changed files with 77 additions and 82 deletions

View File

@@ -11,7 +11,7 @@ HColumnLayout {
id: memberList
clip: true
model: SortFilterProxyModel {
model: HSortFilterProxyModel {
sourceModel: ModelStore.get(chat.userId, chat.roomId, "members")
filters: ExpressionFilter {

View File

@@ -182,12 +182,6 @@ Rectangle {
model: ModelStore.get(chat.userId, chat.roomId, "events")
// model: HSortFilterProxy {
// model: ModelStore.get(chat.userId, chat.roomId, "events")
// comparator: "date"
// descendingSort: true
// }
delegate: EventDelegate {}
}
}