* Fix bug ID #33276, check saved on MRU selection

git-svn-id: trunk@57421 -
This commit is contained in:
michael 2018-02-28 14:53:48 +00:00
parent 85e2967074
commit cde0a4e21c

View File

@ -679,6 +679,8 @@ end;
procedure TFPReportDesignerForm.MRUMenuManager1RecentFile(Sender: TObject;
const AFileName: String);
begin
if Not CheckSaved(SOpenReport) then
Exit;
if Assigned(OnOpenReport) then
begin
StopDesigning;