We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7197c commit c0719feCopy full SHA for c0719fe
src/app/qgisapp.cpp
@@ -2704,8 +2704,6 @@ void QgisApp::fileNew( bool thePromptToSaveFlag )
2704
return;
2705
}
2706
2707
- deletePrintComposers();
2708
-
2709
if ( thePromptToSaveFlag )
2710
{
2711
if ( !saveDirty() )
@@ -2714,7 +2712,7 @@ void QgisApp::fileNew( bool thePromptToSaveFlag )
2714
2712
2715
2713
2716
2717
- //QgsDebugMsg("erasing project");
+ deletePrintComposers();
2718
2719
mMapCanvas->freeze( true );
2720
removeAllLayers();
0 commit comments