Skip to content
Snippets Groups Projects
Commit 86dadaef authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: change timing of defered construction

parent 1b768aaa
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment