From 86dadaef5bf83d9ee3678c85a467286329271b6c Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Tue, 23 Feb 2010 17:10:00 +0100 Subject: [PATCH] QmlDesigner.propertyEditor: change timing of defered construction --- .../qmldesigner/components/propertyeditor/propertyeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp index a29d90dae6b..0ec9b82697f 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp @@ -395,7 +395,7 @@ void PropertyEditor::setQmlDir(const QString &qmlDir) void PropertyEditor::delayedResetView() { if (m_timerId == 0) - m_timerId = startTimer(50); + m_timerId = startTimer(20); } void PropertyEditor::timerEvent(QTimerEvent *timerEvent) -- GitLab