mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 19:38:09 +00:00
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…
Add table
Reference in a new issue