forked from qt-creator/qt-creator
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:
@@ -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" }
|
||||||
|
Reference in New Issue
Block a user