mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07: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…
Reference in a new issue