diff --git a/src/Views/CommitGraph.cs b/src/Views/CommitGraph.cs index 3acf7e81..858ff3a0 100644 --- a/src/Views/CommitGraph.cs +++ b/src/Views/CommitGraph.cs @@ -45,8 +45,8 @@ namespace SourceGit.Views static CommitGraph() { AffectsRender( - GraphProperty, - DotBrushProperty, + GraphProperty, + DotBrushProperty, OnlyHighlightCurrentBranchProperty, LayoutProperty); }