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
|
try
|
||||||
fmt := FSaveFormats[AcFileSaveAs.Dialog.FilterIndex - 1];
|
fmt := FSaveFormats[AcFileSaveAs.Dialog.FilterIndex - 1];
|
||||||
WorkbookSource.SaveToSpreadsheetFile(UTF8ToAnsi(AcFileSaveAs.Dialog.FileName), fmt);
|
WorkbookSource.SaveToSpreadsheetFile(UTF8ToAnsi(AcFileSaveAs.Dialog.FileName), fmt);
|
||||||
|
FMRUMenuManager.AddToRecent(AcFileSaveAs.Dialog.FileName);
|
||||||
UpdateCaption;
|
UpdateCaption;
|
||||||
finally
|
finally
|
||||||
Screen.Cursor := crDefault;
|
Screen.Cursor := crDefault;
|
||||||
|
Reference in New Issue
Block a user