aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2020-08-21 16:43:01 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2020-08-21 14:55:26 +0000
commit9fee8a6bc07428b2128cd974cae2ae145e86c068 (patch)
tree88b8e1ab1448abc1e872c258b806ca8a42245086
parentde5858a5a85c13bfd139818860310c1f59aac96d (diff)
QmlDesigner: By default item frame should be invisible
Change-Id: I60b4fbd3c6c4b74845dad783fc264072627a432c Reviewed-by: Marco Bubke <marco.bubke@qt.io>
-rw-r--r--src/plugins/qmldesigner/components/formeditor/formeditoritem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/formeditor/formeditoritem.h b/src/plugins/qmldesigner/components/formeditor/formeditoritem.h
index 37e34fc4f7..9551f1eb88 100644
--- a/src/plugins/qmldesigner/components/formeditor/formeditoritem.h
+++ b/src/plugins/qmldesigner/components/formeditor/formeditoritem.h
@@ -131,7 +131,7 @@ protected:
QRectF m_boundingRect;
QRectF m_paintedBoundingRect;
QRectF m_selectionBoundingRect;
- QColor m_frameColor{0xaa, 0xaa, 0xaa};
+ QColor m_frameColor;
private: // functions
void setup();