Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2711 from SebDieBln/HideWelcomeOnLoadProject
[Bugfix] Always hide the welcome screen when the first project is loaded
  • Loading branch information
m-kuhn committed Jan 22, 2016
2 parents 68cbb44 + a453f72 commit a16535a
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 a16535a

Please sign in to comment.