mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Merge pull request #2711 from SebDieBln/HideWelcomeOnLoadProject
[Bugfix] Always hide the welcome screen when the first project is loaded
This commit is contained in:
commit
a16535a926
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user