Improve plot redraw scheduler

This commit is contained in:
Gaute Lindkvist
2019-11-25 10:46:17 +01:00
parent 293290827b
commit db869ccbd5
4 changed files with 8 additions and 1 deletions

View File

@@ -111,7 +111,7 @@ void RiaPlotWindowRedrawScheduler::slotUpdateAndReplotScheduledItemsWhenReady()
{
if ( caf::ProgressState::isActive() )
{
startTimer( 10 );
startTimer( 100 );
return;
}