0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-24 16:18:04 +03:00

Fix Lime Report Designer's Title Bar not showing Report's Name after saving.

This commit is contained in:
silverhawk89
2020-07-28 21:09:45 -04:00
parent c9efbc9cff
commit e74bc09eda
2 changed files with 3 additions and 0 deletions

View File

@@ -876,6 +876,7 @@ bool ReportEnginePrivate::saveToFile(const QString &fileName)
}
}
dropChanges();
this->setReportName(fi.baseName());
return saved;
}