Skip to content

Commit

Permalink
[composer] fix export atlas as image crash (fixes #16623)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed May 26, 2017
1 parent 13a3f2f commit e0cad1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/composer/qgscomposer.cpp
Expand Up @@ -2136,6 +2136,7 @@ void QgsComposer::exportCompositionAsImage( QgsComposer::OutputMode mode )
QFileDialog dlg( this, tr( "Export atlas to directory" ) );
dlg.setFileMode( QFileDialog::Directory );
dlg.setOption( QFileDialog::ShowDirsOnly, true );
dlg.setOption( QFileDialog::DontUseNativeDialog, true );
dlg.setDirectory( lastUsedDir );

//
Expand Down

0 comments on commit e0cad1f

Please sign in to comment.