mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Remember last used directory when saving map as PDF
This commit is contained in:
parent
ab04e0fa98
commit
0a3bef1bc9
@ -434,6 +434,8 @@ void QgsMapSaveDialog::onAccepted()
|
||||
QString fileName = QFileDialog::getSaveFileName( QgisApp::instance(), tr( "Save Map As" ), lastUsedDir, tr( "PDF Format" ) + " (*.pdf *.PDF)" );
|
||||
if ( !fileName.isEmpty() )
|
||||
{
|
||||
settings.setValue( QStringLiteral( "UI/lastSaveAsImageDir" ), QFileInfo( fileName ).absolutePath() );
|
||||
|
||||
QgsMapSettings ms = QgsMapSettings();
|
||||
applyMapSettings( ms );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user