Skip to content

Commit 4fbff34

Browse files
committedSep 16, 2015
[composer] Remember last used atlas image export folder
(cherry-picked from 4bc606c)
1 parent c6285f2 commit 4fbff34

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
@@ -1946,6 +1946,7 @@ void QgsComposer::exportCompositionAsImage( QgsComposer::OutputMode mode )
19461946
QFileDialog dlg( this, tr( "Directory where to save image files" ) );
19471947
dlg.setFileMode( QFileDialog::Directory );
19481948
dlg.setOption( QFileDialog::ShowDirsOnly, true );
1949+
dlg.setDirectory( lastUsedDir );
19491950

19501951
//
19511952
// Build an augmented FileDialog with a combo box to select the output format

0 commit comments

Comments
 (0)
Please sign in to comment.