Show status message when saving to project file

Otherwise, there isn't any feedback about the file having been saved.

See issue #1706
This commit is contained in:
mgrojo
2019-11-14 23:57:59 +01:00
parent bbeada2011
commit c9f5d3138e

View File

@@ -2824,6 +2824,7 @@ void MainWindow::saveProject(const QString& currentFilename)
addToRecentFilesMenu(filename);
setCurrentFile(db.currentFile());
isProjectModified = false;
showStatusMessage5s(tr("Project saved to file '%1'").arg(currentProjectFilename));
QApplication::restoreOverrideCursor();
}
}