diff --git a/src/Views/CommitRefsPresenter.cs b/src/Views/CommitRefsPresenter.cs index c9969c36..fc3233a5 100644 --- a/src/Views/CommitRefsPresenter.cs +++ b/src/Views/CommitRefsPresenter.cs @@ -103,6 +103,9 @@ namespace SourceGit.Views { if (useGraphColor) { + if (bg != null) + context.DrawRectangle(bg, null, entireRect); + using (context.PushOpacity(.6)) context.DrawRectangle(item.Brush, null, entireRect); }