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

QmlDesigner.propertyEditor: reduce delay

Since we changed the slection behaivour after drag and drop
this makes the designer more responsive.

Change-Id: I21c14a126ff0b63151002ac51e841a624b43e879
Reviewed-on: http://codereview.qt.nokia.com/2033


Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@nokia.com>
parent 6b19e159
No related branches found
No related tags found
No related merge requests found
...@@ -610,7 +610,7 @@ void PropertyEditor::setQmlDir(const QString &qmlDir) ...@@ -610,7 +610,7 @@ void PropertyEditor::setQmlDir(const QString &qmlDir)
void PropertyEditor::delayedResetView() void PropertyEditor::delayedResetView()
{ {
if (m_timerId == 0) if (m_timerId == 0)
m_timerId = startTimer(200); m_timerId = startTimer(100);
} }
void PropertyEditor::timerEvent(QTimerEvent *timerEvent) 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