mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
fix: commit graph clip bounds
This commit is contained in:
parent
45212ebc28
commit
4bcdd0ade4
1 changed files with 5 additions and 0 deletions
|
@ -637,6 +637,11 @@ namespace SourceGit.Views
|
||||||
if (list != null && list.SelectedItems.Count == 1)
|
if (list != null && list.SelectedItems.Count == 1)
|
||||||
list.ScrollIntoView(list.SelectedIndex);
|
list.ScrollIntoView(list.SelectedIndex);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
AuthorNameColumnWidthProperty.Changed.AddClassHandler<Histories>((h, _) =>
|
||||||
|
{
|
||||||
|
h.CommitGraph.InvalidateVisual();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public Histories()
|
public Histories()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue