Fix meeting list selection
This commit is contained in:
parent
bd5015742a
commit
bbefc9acf3
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ ListView {
|
|||
hoverEnabled: mainItem.hoverEnabled
|
||||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
visible: dateDay.visible && itemDelegate.haveModel
|
||||
visible: itemDelegate.haveModel
|
||||
onClicked: {
|
||||
mainItem.currentIndex = index
|
||||
mainItem.conferenceSelected($modelData)
|
||||
|
|
|
|||
Loading…
Reference in a new issue