mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 22:39:14 +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
|
Action = ASaveSchemaAs
|
||||||
end
|
end
|
||||||
object MIRecent: TMenuItem
|
object MIRecent: TMenuItem
|
||||||
Caption = 'MIRecent'
|
Caption = 'Recent schemas'
|
||||||
end
|
end
|
||||||
object MISep2: TMenuItem
|
object MISep2: TMenuItem
|
||||||
Caption = '-'
|
Caption = '-'
|
||||||
|
@ -242,6 +242,7 @@ begin
|
|||||||
IPSMain.IniFileName:=FN;
|
IPSMain.IniFileName:=FN;
|
||||||
IPSMain.Active:=True;
|
IPSMain.Active:=True;
|
||||||
IPSMain.Restore;
|
IPSMain.Restore;
|
||||||
|
MRUSchema.ShowRecentFiles;
|
||||||
fraEditor.OnSchemaChanged:=@DoSchemaChanged;
|
fraEditor.OnSchemaChanged:=@DoSchemaChanged;
|
||||||
if Application.HasOption('c','connections') then
|
if Application.HasOption('c','connections') then
|
||||||
fraEditor.LoadConnections(Application.GetOptionValue('c','connections'));
|
fraEditor.LoadConnections(Application.GetOptionValue('c','connections'));
|
||||||
|
Loading…
Reference in New Issue
Block a user