You've already forked lazarus-ccr
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:
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
Reference in New Issue
Block a user