mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37:19 -08:00
fix(Graph): end path for tree has no parent commits
This commit is contained in:
parent
515d28918d
commit
1896ae1daf
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ namespace SourceGit.Helpers {
|
|||
if (!currentMap.ContainsKey(major.Next)) currentMap.Add(major.Next, major);
|
||||
} else {
|
||||
major.Next = "ENDED";
|
||||
ended.Add(l);
|
||||
}
|
||||
|
||||
major.AddPoint(offsetX, offsetY);
|
||||
|
|
Loading…
Reference in a new issue