forked from qt-creator/qt-creator
QmlDesigner: Fix StateEditor show event update
Task-number: QDS-2798 Change-Id: Ic27e7491012b227e144cdae68ead8ac534cc0d5a Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
fc9ad36e40
commit
18be09f55a
@@ -132,7 +132,7 @@ void StatesEditorWidget::toggleStatesViewExpanded()
|
|||||||
|
|
||||||
void StatesEditorWidget::showEvent(QShowEvent *event)
|
void StatesEditorWidget::showEvent(QShowEvent *event)
|
||||||
{
|
{
|
||||||
Q_UNUSED(event)
|
QQuickWidget::showEvent(event);
|
||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user