Skip to content

Commit d6eeabf

Browse files
committed
Make sure we don't have a dirty blank project after QGIS launch
1 parent 354a261 commit d6eeabf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/main.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1413,6 +1413,9 @@ int main( int argc, char *argv[] )
14131413
return res;
14141414
}
14151415

1416+
// make sure we don't have a dirty blank project after launch
1417+
QgsProject::instance()->setDirty( false );
1418+
14161419
/////////////////////////////////////////////////////////////////////
14171420
// Continue on to interactive gui...
14181421
/////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)