Navigation Menu

Skip to content

Commit

Permalink
[composer] Remember last used atlas image export folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 14, 2015
1 parent c84b2df commit 4bc606c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/composer/qgscomposer.cpp
Expand Up @@ -2060,6 +2060,7 @@ void QgsComposer::exportCompositionAsImage( QgsComposer::OutputMode mode )
QFileDialog dlg( this, tr( "Directory where to save image files" ) );
dlg.setFileMode( QFileDialog::Directory );
dlg.setOption( QFileDialog::ShowDirsOnly, true );
dlg.setDirectory( lastUsedDir );

//
// Build an augmented FileDialog with a combo box to select the output format
Expand Down

0 comments on commit 4bc606c

Please sign in to comment.