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:
Henning Gruendl
2020-09-17 11:11:22 +02:00
committed by Thomas Hartmann
parent fc9ad36e40
commit 18be09f55a

View File

@@ -132,7 +132,7 @@ void StatesEditorWidget::toggleStatesViewExpanded()
void StatesEditorWidget::showEvent(QShowEvent *event)
{
Q_UNUSED(event)
QQuickWidget::showEvent(event);
update();
}