Skip to content
Permalink
Browse files
Enable preview jobs to improve projection map UX when dragging around
  • Loading branch information
nirvn committed Dec 2, 2017
1 parent bec099e commit 02d9e14
Showing 1 changed file with 1 addition and 1 deletion.
@@ -64,7 +64,7 @@ QgsProjectionSelectionTreeWidget::QgsProjectionSelectionTreeWidget( QWidget *par
mLayers << new QgsVectorLayer( layerPath );
mAreaCanvas->setLayers( mLayers );
mAreaCanvas->setMapTool( new QgsMapToolPan( mAreaCanvas ) );

mAreaCanvas->setPreviewJobsEnabled( true );
mAreaCanvas->setVisible( mShowMap );

if ( QDialog *dlg = qobject_cast<QDialog *>( parent ) )

0 comments on commit 02d9e14

Please sign in to comment.