Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[composer] Remember last used atlas image export folder
(cherry-picked from 4bc606c)
  • Loading branch information
nyalldawson committed Sep 16, 2015
1 parent c6285f2 commit 4fbff34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/composer/qgscomposer.cpp
Expand Up @@ -1946,6 +1946,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 4fbff34

Please sign in to comment.