diff --git a/src/Views/Histories.axaml.cs b/src/Views/Histories.axaml.cs index 9b32ee83..508645d4 100644 --- a/src/Views/Histories.axaml.cs +++ b/src/Views/Histories.axaml.cs @@ -98,6 +98,11 @@ namespace SourceGit.Views set => SetValue(DotBrushProperty, value); } + static CommitGraph() + { + AffectsRender(GraphProperty, DotBrushProperty); + } + public override void Render(DrawingContext context) { base.Render(context);