Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure we don't have a dirty blank project after QGIS launch
  • Loading branch information
nyalldawson committed Mar 10, 2018
1 parent 354a261 commit d6eeabf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/main.cpp
Expand Up @@ -1413,6 +1413,9 @@ int main( int argc, char *argv[] )
return res;
}

// make sure we don't have a dirty blank project after launch
QgsProject::instance()->setDirty( false );

/////////////////////////////////////////////////////////////////////
// Continue on to interactive gui...
/////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit d6eeabf

Please sign in to comment.