mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
revert to show
This commit is contained in:
parent
d8a2229090
commit
032f8ff70c
@ -7067,14 +7067,14 @@ void QgisApp::saveMapAsImage()
|
||||
{
|
||||
QgsMapSaveDialog *dlg = new QgsMapSaveDialog( this, mMapCanvas, activeDecorations(), QgsProject::instance()->annotationManager()->annotations() );
|
||||
dlg->setAttribute( Qt::WA_DeleteOnClose );
|
||||
dlg->exec();
|
||||
dlg->show();
|
||||
} // saveMapAsImage
|
||||
|
||||
void QgisApp::saveMapAsPdf()
|
||||
{
|
||||
QgsMapSaveDialog *dlg = new QgsMapSaveDialog( this, mMapCanvas, activeDecorations(), QgsProject::instance()->annotationManager()->annotations(), QgsMapSaveDialog::Pdf );
|
||||
dlg->setAttribute( Qt::WA_DeleteOnClose );
|
||||
dlg->exec();
|
||||
dlg->show();
|
||||
} // saveMapAsPdf
|
||||
|
||||
//overloaded version of the above function
|
||||
|
Loading…
x
Reference in New Issue
Block a user