We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent cf7f5d7 commit 8eae106Copy full SHA for 8eae106
src/gui/qgisapp.cpp
@@ -2819,6 +2819,7 @@ bool QgisApp::fileSave()
2819
{
2820
if ( QgsProject::instance()->write() )
2821
2822
+ setTitleBarText_(*this); // update title bar
2823
statusBar()->message(tr("Saved project to:") + " " + QgsProject::instance()->filename() );
2824
2825
if (isNewProject)
@@ -2901,6 +2902,7 @@ void QgisApp::fileSaveAs()
2901
2902
2903
2904
2905
2906
2907
// add this to the list of recently used project files
2908
saveRecentProjectPath(fullPath.filePath(), settings);
0 commit comments