Skip to content

Commit a44a598

Browse files
committedDec 19, 2017
[layouts] Fix crash on svg warning dialog close
1 parent ef1bdd3 commit a44a598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/layout/qgslayoutdesignerdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1987,7 +1987,7 @@ void QgsLayoutDesignerDialog::showSvgExportWarning()
19871987

19881988
if ( displaySVGWarning )
19891989
{
1990-
QgsMessageViewer m( this );
1990+
QgsMessageViewer m( this, QgsGuiUtils::ModalDialogFlags, false );
19911991
m.setWindowTitle( tr( "Export as SVG" ) );
19921992
m.setCheckBoxText( tr( "Don't show this message again" ) );
19931993
m.setCheckBoxState( Qt::Unchecked );

0 commit comments

Comments
 (0)
Please sign in to comment.