forked from qt-creator/qt-creator
QmlDesigner: By default item frame should be invisible
Change-Id: I60b4fbd3c6c4b74845dad783fc264072627a432c Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -131,7 +131,7 @@ protected:
|
|||||||
QRectF m_boundingRect;
|
QRectF m_boundingRect;
|
||||||
QRectF m_paintedBoundingRect;
|
QRectF m_paintedBoundingRect;
|
||||||
QRectF m_selectionBoundingRect;
|
QRectF m_selectionBoundingRect;
|
||||||
QColor m_frameColor{0xaa, 0xaa, 0xaa};
|
QColor m_frameColor;
|
||||||
|
|
||||||
private: // functions
|
private: // functions
|
||||||
void setup();
|
void setup();
|
||||||
|
Reference in New Issue
Block a user