Skip to content

Commit 7f29d31

Browse files
committed
fix: commit graph rendering bug
1 parent 71fbd90 commit 7f29d31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Views/Histories.axaml.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ public IBrush DotBrush
9898
set => SetValue(DotBrushProperty, value);
9999
}
100100

101+
static CommitGraph()
102+
{
103+
AffectsRender<CommitGraph>(GraphProperty, DotBrushProperty);
104+
}
105+
101106
public override void Render(DrawingContext context)
102107
{
103108
base.Render(context);

0 commit comments

Comments
 (0)