fix: commit graph rendering bug

This commit is contained in:
leo
2024-05-31 14:05:38 +08:00
parent 71fbd90d21
commit 7f29d313c7

View File

@@ -98,6 +98,11 @@ namespace SourceGit.Views
set => SetValue(DotBrushProperty, value);
}
static CommitGraph()
{
AffectsRender<CommitGraph>(GraphProperty, DotBrushProperty);
}
public override void Render(DrawingContext context)
{
base.Render(context);