Skip to content

Commit 4bc606c

Browse files
committed
[composer] Remember last used atlas image export folder
1 parent c84b2df commit 4bc606c

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
@@ -2060,6 +2060,7 @@ void QgsComposer::exportCompositionAsImage( QgsComposer::OutputMode mode )
20602060
QFileDialog dlg( this, tr( "Directory where to save image files" ) );
20612061
dlg.setFileMode( QFileDialog::Directory );
20622062
dlg.setOption( QFileDialog::ShowDirsOnly, true );
2063+
dlg.setDirectory( lastUsedDir );
20632064

20642065
//
20652066
// Build an augmented FileDialog with a combo box to select the output format

0 commit comments

Comments
 (0)