diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp index b43748a51d4..97020ed4cdd 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp @@ -385,7 +385,7 @@ void PropertyEditorView::setupPanes() void PropertyEditorView::delayedResetView() { if (m_timerId == 0) - m_timerId = startTimer(100); + m_timerId = startTimer(50); } void PropertyEditorView::timerEvent(QTimerEvent *timerEvent) @@ -717,7 +717,7 @@ void PropertyEditorView::instancePropertyChanged(const QList