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>
This commit is contained in:
Miikka Heikkinen
2020-03-30 13:50:22 +03:00
parent cbb7099902
commit 92aca4db8d

View File

@@ -508,7 +508,6 @@ Item {
Rectangle { Rectangle {
id: viewRect id: viewRect
anchors.fill: parent anchors.fill: parent
focus: true
gradient: Gradient { gradient: Gradient {
GradientStop { position: 1.0; color: "#222222" } GradientStop { position: 1.0; color: "#222222" }