QmlDesigner: By default item frame should be invisible

Change-Id: I60b4fbd3c6c4b74845dad783fc264072627a432c
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Thomas Hartmann
2020-08-21 16:43:01 +02:00
parent de5858a5a8
commit 9fee8a6bc0

View File

@@ -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();