mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
[composer] Remember last used atlas image export folder
This commit is contained in:
parent
c84b2dfe61
commit
4bc606c854
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user