Skip to content

Commit a77e3bf

Browse files
committed
update project last modification date after save as (fixes #13420)
1 parent 3c324c9 commit a77e3bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgisapp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4436,6 +4436,7 @@ void QgisApp::fileSaveAs()
44364436
statusBar()->showMessage( tr( "Saved project to: %1" ).arg( QgsProject::instance()->fileName() ), 5000 );
44374437
// add this to the list of recently used project files
44384438
saveRecentProjectPath( fullPath.filePath() );
4439+
mProjectLastModified = fullPath.lastModified();
44394440
}
44404441
else
44414442
{

0 commit comments

Comments
 (0)