spready: Fix saved filename not being added to mru list.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5291 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-10-24 21:24:19 +00:00
parent 5fa536c9b9
commit ad77570e2d
2 changed files with 2 additions and 1621 deletions

File diff suppressed because it is too large Load Diff

View File

@ -588,6 +588,7 @@ begin
try
fmt := FSaveFormats[AcFileSaveAs.Dialog.FilterIndex - 1];
WorkbookSource.SaveToSpreadsheetFile(UTF8ToAnsi(AcFileSaveAs.Dialog.FileName), fmt);
FMRUMenuManager.AddToRecent(AcFileSaveAs.Dialog.FileName);
UpdateCaption;
finally
Screen.Cursor := crDefault;