mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 09:59:17 +02:00
* Refresh list of recent files when MRUManager is restored.
git-svn-id: trunk@61206 -
This commit is contained in:
parent
0f27442368
commit
96567e8916
@ -182,7 +182,7 @@ object MainForm: TMainForm
|
||||
Action = ASaveSchemaAs
|
||||
end
|
||||
object MIRecent: TMenuItem
|
||||
Caption = 'MIRecent'
|
||||
Caption = 'Recent schemas'
|
||||
end
|
||||
object MISep2: TMenuItem
|
||||
Caption = '-'
|
||||
|
@ -242,6 +242,7 @@ begin
|
||||
IPSMain.IniFileName:=FN;
|
||||
IPSMain.Active:=True;
|
||||
IPSMain.Restore;
|
||||
MRUSchema.ShowRecentFiles;
|
||||
fraEditor.OnSchemaChanged:=@DoSchemaChanged;
|
||||
if Application.HasOption('c','connections') then
|
||||
fraEditor.LoadConnections(Application.GetOptionValue('c','connections'));
|
||||
|
Loading…
Reference in New Issue
Block a user