[composer] Remember last used atlas image export folder

This commit is contained in:
Nyall Dawson 2015-09-14 19:34:34 +10:00
parent c84b2dfe61
commit 4bc606c854

View File

@ -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