Skip to content

Commit

Permalink
hide welcome screen when first project is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
SebDieBln committed Jan 21, 2016
1 parent c7231c3 commit a453f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -4143,6 +4143,7 @@ void QgisApp::fileOpenAfterLaunch()
if ( mProjOpen == 0 ) // welcome page
{
connect( this, SIGNAL( newProject() ), this, SLOT( showMapCanvas() ) );
connect( this, SIGNAL( projectRead() ), this, SLOT( showMapCanvas() ) );
return;
}
if ( mProjOpen == 1 && !mRecentProjects.isEmpty() ) // most recent project
Expand Down

0 comments on commit a453f72

Please sign in to comment.