Adjust Completion Type recalculation timer from 0.5 s to 1.5 s

This commit is contained in:
Jacob Støren 2018-01-02 12:31:20 +01:00
parent fb0880aadb
commit c27058f2a4

View File

@ -2346,7 +2346,7 @@ void RiaApplication::scheduleRecalculateCompletionTypeAndRedrawAllViews()
connect(m_recalculateCompletionTypeTimer, SIGNAL(timeout()), this, SLOT(slotRecalculateCompletionType()));
}
m_recalculateCompletionTypeTimer->start(500);
m_recalculateCompletionTypeTimer->start(1500);
}
//--------------------------------------------------------------------------------------------------