mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-12-14 17:20:57 +03:00
Fix Lime Report Designer's Title Bar not showing Report's Name after saving.
This commit is contained in:
@@ -876,6 +876,7 @@ bool ReportEnginePrivate::saveToFile(const QString &fileName)
|
||||
}
|
||||
}
|
||||
dropChanges();
|
||||
this->setReportName(fi.baseName());
|
||||
return saved;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user