Skip to content

Commit

Permalink
hide splash screen when loading the project
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik authored and nyalldawson committed Sep 18, 2020
1 parent 083cb88 commit 640f046
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1394,6 +1394,9 @@ int main( int argc, char *argv[] )
/////////////////////////////////////////////////////////////////////
if ( ! sProjectFileName.isEmpty() )
{
// in case the project contains broken layers, interactive
// "Handle Bad Layers" is displayed that could be blocked by splash screen
mypSplash->hide();
qgis->openProject( sProjectFileName );
}

Expand Down

0 comments on commit 640f046

Please sign in to comment.