We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84b2df commit 4bc606cCopy full SHA for 4bc606c
src/app/composer/qgscomposer.cpp
@@ -2060,6 +2060,7 @@ void QgsComposer::exportCompositionAsImage( QgsComposer::OutputMode mode )
2060
QFileDialog dlg( this, tr( "Directory where to save image files" ) );
2061
dlg.setFileMode( QFileDialog::Directory );
2062
dlg.setOption( QFileDialog::ShowDirsOnly, true );
2063
+ dlg.setDirectory( lastUsedDir );
2064
2065
//
2066
// Build an augmented FileDialog with a combo box to select the output format
0 commit comments