mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 08:08:00 +02:00
IDE: packages opened in the package graph are added to the recent package list from Samuel Herzog (issue #14047)
git-svn-id: trunk@20762 -
This commit is contained in:
parent
cb7c75373f
commit
df02752fd5
@ -913,7 +913,7 @@ end;
|
||||
function TPkgManager.PackageGraphExplorerOpenPackage(Sender: TObject;
|
||||
APackage: TLazPackage): TModalResult;
|
||||
begin
|
||||
Result:=DoOpenPackage(APackage,[],false);
|
||||
Result:=DoOpenPackage(APackage,[pofAddToRecent],false);
|
||||
end;
|
||||
|
||||
function TPkgManager.PackageGraphExplorerOpenProject(Sender: TObject;
|
||||
|
Loading…
Reference in New Issue
Block a user