From 7f29d313c7ba9848b6c95e3712c792050a3aed9f Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 31 May 2024 14:05:38 +0800 Subject: [PATCH] fix: commit graph rendering bug --- src/Views/Histories.axaml.cs | 5 +++++ 1 file changed, 5 insertions(+) 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);