mirror of https://gitlab.com/basile.b/dexed.git
update the list of branches more lazily
This commit is contained in:
parent
7f203dd439
commit
20ed08e194
|
@ -2470,7 +2470,7 @@ begin
|
||||||
else if project = fFreeProj then
|
else if project = fFreeProj then
|
||||||
fFreeProj := nil;
|
fFreeProj := nil;
|
||||||
|
|
||||||
if assigned(fProj) then
|
if assigned(fProj) and mnuGitBranch.Count.equals(0) then
|
||||||
actProjGitBranchesUpdExecute(nil);
|
actProjGitBranchesUpdExecute(nil);
|
||||||
|
|
||||||
showProjTitle;
|
showProjTitle;
|
||||||
|
@ -4120,7 +4120,6 @@ begin
|
||||||
fMsgs.message(r[i], fProj, amcProj, amkAuto);
|
fMsgs.message(r[i], fProj, amcProj, amkAuto);
|
||||||
end;
|
end;
|
||||||
finally;
|
finally;
|
||||||
actProjGitBranchesUpd.Execute;
|
|
||||||
p.Free;
|
p.Free;
|
||||||
r.Free;
|
r.Free;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue