From 971997e162558d37051f89c9c34bbc240135f704 Mon Sep 17 00:00:00 2001 From: Andrea Gianarda Date: Fri, 6 Mar 2020 15:26:29 +0100 Subject: [PATCH] Delete reflection from QML qs it is done in OpenGL --- ui/views/App/Calls/Incall.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui/views/App/Calls/Incall.qml b/ui/views/App/Calls/Incall.qml index b54b0a084..5f54faea3 100644 --- a/ui/views/App/Calls/Incall.qml +++ b/ui/views/App/Calls/Incall.qml @@ -380,11 +380,6 @@ Rectangle { anchors.centerIn: parent height: CallStyle.actionArea.userVideo.height width: CallStyle.actionArea.userVideo.width -// Function to use if we want to manually Flip horizontally the preview without MSOGL - transform: Matrix4x4 { - matrix: Qt.matrix4x4(-1, 0, 0, CallStyle.actionArea.userVideo.width, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) - } - active: incall.width >= CallStyle.actionArea.lowWidth && incall.call.videoEnabled && !_fullscreen sourceComponent: cameraPreview Component {