mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
fix: commit graph rendering bug
This commit is contained in:
parent
71fbd90d21
commit
7f29d313c7
1 changed files with 5 additions and 0 deletions
|
@ -98,6 +98,11 @@ namespace SourceGit.Views
|
||||||
set => SetValue(DotBrushProperty, value);
|
set => SetValue(DotBrushProperty, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static CommitGraph()
|
||||||
|
{
|
||||||
|
AffectsRender<CommitGraph>(GraphProperty, DotBrushProperty);
|
||||||
|
}
|
||||||
|
|
||||||
public override void Render(DrawingContext context)
|
public override void Render(DrawingContext context)
|
||||||
{
|
{
|
||||||
base.Render(context);
|
base.Render(context);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue