Skip to content
Snippets Groups Projects
Commit efba12c9 authored by Sébastien Blin's avatar Sébastien Blin Committed by Andreas Traczyk
Browse files

callstackview: avoid fullscreen if not showing the call

Change-Id: Ic31cff3445f8921355fe82e9931952a7a4d8f5ef
parent 3409d001
No related branches found
No related tags found
No related merge requests found
......@@ -187,6 +187,7 @@ Rectangle {
property bool isFullscreen: false
onNeedToShowInFullScreen: {
isFullscreen = !isFullscreen
VideoCallFullScreenWindowContainerCreation.createvideoCallFullScreenWindowContainerObject()
......
......@@ -44,7 +44,8 @@ Rectangle {
MouseArea {
anchors.fill: parent
propagateComposedEvents: false
acceptedButtons: Qt.RightButton
acceptedButtons: Qt.AllButtons
onDoubleClicked: mouse.accepted = true
}
ColumnLayout {
......
......@@ -44,7 +44,8 @@ Rectangle {
MouseArea {
anchors.fill: parent
propagateComposedEvents: false
acceptedButtons: Qt.RightButton
acceptedButtons: Qt.AllButtons
onDoubleClicked: mouse.accepted = true
}
ColumnLayout {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment