aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2020-03-30 13:50:22 +0300
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2020-03-30 11:24:58 +0000
commit92aca4db8d6721c9288768039041ab3d2a8aabd6 (patch)
tree1f125b1a65f6cb76cbbf659ed2e5d2c3b6eef38b
parentcbb7099902419776ad5266d4e54e1f50e7d690f7 (diff)
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 <mahmoud.badri@qt.io>
-rw-r--r--share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml b/share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml
index 92bc91edff..db8d4fb4ea 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" }