mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-23 08:13:51 +02:00
callstackview: avoid fullscreen if not showing the call
Change-Id: Ic31cff3445f8921355fe82e9931952a7a4d8f5ef
This commit is contained in:
parent
3409d00193
commit
efba12c9f3
3 changed files with 5 additions and 2 deletions
|
@ -187,6 +187,7 @@ Rectangle {
|
||||||
property bool isFullscreen: false
|
property bool isFullscreen: false
|
||||||
|
|
||||||
onNeedToShowInFullScreen: {
|
onNeedToShowInFullScreen: {
|
||||||
|
|
||||||
isFullscreen = !isFullscreen
|
isFullscreen = !isFullscreen
|
||||||
VideoCallFullScreenWindowContainerCreation.createvideoCallFullScreenWindowContainerObject()
|
VideoCallFullScreenWindowContainerCreation.createvideoCallFullScreenWindowContainerObject()
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,8 @@ Rectangle {
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
propagateComposedEvents: false
|
propagateComposedEvents: false
|
||||||
acceptedButtons: Qt.RightButton
|
acceptedButtons: Qt.AllButtons
|
||||||
|
onDoubleClicked: mouse.accepted = true
|
||||||
}
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
|
|
@ -44,7 +44,8 @@ Rectangle {
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
propagateComposedEvents: false
|
propagateComposedEvents: false
|
||||||
acceptedButtons: Qt.RightButton
|
acceptedButtons: Qt.AllButtons
|
||||||
|
onDoubleClicked: mouse.accepted = true
|
||||||
}
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
|
Loading…
Add table
Reference in a new issue