mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
fix(Calls): avoid a crash with a bad binding (Qt 5.11) on ConferenceControls
This commit is contained in:
parent
ee9c95d282
commit
4f908efd12
1 changed files with 1 additions and 3 deletions
|
|
@ -93,9 +93,7 @@ ListView {
|
|||
// ---------------------------------------------------------------------------
|
||||
|
||||
header: ConferenceControls {
|
||||
readonly property bool isSelected: calls.currentIndex === -1 &&
|
||||
calls._selectedCall == null &&
|
||||
visible
|
||||
readonly property bool isSelected: calls.currentIndex === -1 && calls._selectedCall == null
|
||||
|
||||
height: visible ? ConferenceControlsStyle.height : 0
|
||||
width: parent.width
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue