diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp index cacdab072e4..87c281a9976 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp @@ -789,7 +789,7 @@ void PropertyEditorView::reloadQml() } m_qmlBackEndForCurrentType = nullptr; - delayedResetView(); + resetView(); }