Skip to content

Commit e0cad1f

Browse files
authoredMay 26, 2017
[composer] fix export atlas as image crash (fixes #16623)
1 parent 13a3f2f commit e0cad1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/composer/qgscomposer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2136,6 +2136,7 @@ void QgsComposer::exportCompositionAsImage( QgsComposer::OutputMode mode )
21362136
QFileDialog dlg( this, tr( "Export atlas to directory" ) );
21372137
dlg.setFileMode( QFileDialog::Directory );
21382138
dlg.setOption( QFileDialog::ShowDirsOnly, true );
2139+
dlg.setOption( QFileDialog::DontUseNativeDialog, true );
21392140
dlg.setDirectory( lastUsedDir );
21402141

21412142
//

0 commit comments

Comments
 (0)
Please sign in to comment.