From 92aca4db8d6721c9288768039041ab3d2a8aabd6 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Mon, 30 Mar 2020 13:50:22 +0300 Subject: [PATCH] QmlDesigner: Remove focus setting from EditView3D There is no keyboard handling on puppet side anymore, so no need to set focus, either. Change-Id: I00ebf7de1ac0b339c1323a62a61a1c086123d848 Reviewed-by: Mahmoud Badri --- share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml b/share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml index 92bc91edff3..db8d4fb4eab 100644 --- a/share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml +++ b/share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml @@ -508,7 +508,6 @@ Item { Rectangle { id: viewRect anchors.fill: parent - focus: true gradient: Gradient { GradientStop { position: 1.0; color: "#222222" }