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
|
hoverEnabled: mainItem.hoverEnabled
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
cursorShape: Qt.PointingHandCursor
|
cursorShape: Qt.PointingHandCursor
|
||||||
visible: dateDay.visible && itemDelegate.haveModel
|
visible: itemDelegate.haveModel
|
||||||
onClicked: {
|
onClicked: {
|
||||||
mainItem.currentIndex = index
|
mainItem.currentIndex = index
|
||||||
mainItem.conferenceSelected($modelData)
|
mainItem.conferenceSelected($modelData)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue