Navigation Menu

Skip to content

Commit

Permalink
If default new project CRS is set to no CRS, ensure that the status b…
Browse files Browse the repository at this point in the history
…ar crs button shows this on startup
  • Loading branch information
github-actions[bot] authored and nirvn committed Jan 9, 2020
1 parent b3d0dd1 commit c187271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -1491,6 +1491,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh

startProfile( QStringLiteral( "New project" ) );
fileNewBlank(); // prepare empty project, also skips any default templates from loading
updateCrsStatusBar();
endProfile();

// request notification of FileOpen events (double clicking a file icon in Mac OS X Finder)
Expand Down

0 comments on commit c187271

Please sign in to comment.