mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Adjust Completion Type recalculation timer from 0.5 s to 1.5 s
This commit is contained in:
parent
fb0880aadb
commit
c27058f2a4
@ -2346,7 +2346,7 @@ void RiaApplication::scheduleRecalculateCompletionTypeAndRedrawAllViews()
|
||||
connect(m_recalculateCompletionTypeTimer, SIGNAL(timeout()), this, SLOT(slotRecalculateCompletionType()));
|
||||
}
|
||||
|
||||
m_recalculateCompletionTypeTimer->start(500);
|
||||
m_recalculateCompletionTypeTimer->start(1500);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user