diff --git a/src/Views/Histories.axaml.cs b/src/Views/Histories.axaml.cs index ec346963..a91fd0b4 100644 --- a/src/Views/Histories.axaml.cs +++ b/src/Views/Histories.axaml.cs @@ -158,7 +158,7 @@ namespace SourceGit.Views if (line.Points[size - 1].Y < top) continue; if (last.Y > bottom) - continue; + break; var geo = new StreamGeometry(); var pen = Models.CommitGraph.Pens[line.Color];