forked from qt-creator/qt-creator
qmldesigner: fix missing update after setFrameColor
Change-Id: I9d809bb62bdd3b0d141e1cff39cbf4a9fca58c39 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -286,6 +286,7 @@ bool FormEditorItem::flowHitTest(const QPointF & ) const
|
|||||||
void FormEditorItem::setFrameColor(const QColor &color)
|
void FormEditorItem::setFrameColor(const QColor &color)
|
||||||
{
|
{
|
||||||
m_frameColor = color;
|
m_frameColor = color;
|
||||||
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
FormEditorItem::~FormEditorItem()
|
FormEditorItem::~FormEditorItem()
|
||||||
|
Reference in New Issue
Block a user