mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 20:18:34 +02:00
Formatting.
git-svn-id: trunk@62908 -
This commit is contained in:
parent
811cb08fd5
commit
559495ac52
@ -578,8 +578,8 @@ end;
|
||||
procedure TProjectInspectorForm.FormCreate(Sender: TObject);
|
||||
begin
|
||||
if LazarusIDE.IDEStarted and (LazProject=nil) then
|
||||
begin // User opens this window for the very first time. Set active project.
|
||||
LazProject:=Project1;
|
||||
begin // User opens this window for the very first time. Set active project.
|
||||
LazProject := Project1;
|
||||
UpdateAll;
|
||||
end;
|
||||
if OPMInterface <> nil then
|
||||
@ -588,6 +588,7 @@ end;
|
||||
|
||||
procedure TProjectInspectorForm.FormActivate(Sender: TObject);
|
||||
begin
|
||||
//DebugLn('* TProjectInspectorForm.FormActivate *');
|
||||
ItemsTreeView.OnSelectionChanged := @ItemsTreeViewSelectionChanged;
|
||||
end;
|
||||
|
||||
|
@ -2263,7 +2263,6 @@ begin
|
||||
finally
|
||||
Deps.Free;
|
||||
end;
|
||||
|
||||
end;
|
||||
|
||||
function TPackageEditorForm.PkgNameToFormName(const PkgName: string): string;
|
||||
|
Loading…
Reference in New Issue
Block a user