Skip to content

Commit

Permalink
Start preview jobs slower (250ms interval)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 10, 2017
1 parent a4597c5 commit eba3065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmapcanvas.cpp
Expand Up @@ -2168,7 +2168,7 @@ void QgsMapCanvas::startPreviewJob( int number )
if ( number < 8 )
{
mPreviewTimer.setSingleShot( true );
mPreviewTimer.setInterval( 10 );
mPreviewTimer.setInterval( 250 );
disconnect( mPreviewTimerConnection );
mPreviewTimerConnection = connect( &mPreviewTimer, &QTimer::timeout, [ = ]()
{
Expand Down

0 comments on commit eba3065

Please sign in to comment.