mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 10:22:13 +08:00
fix: commit graph clip bounds
This commit is contained in:
@@ -637,6 +637,11 @@ namespace SourceGit.Views
|
||||
if (list != null && list.SelectedItems.Count == 1)
|
||||
list.ScrollIntoView(list.SelectedIndex);
|
||||
});
|
||||
|
||||
AuthorNameColumnWidthProperty.Changed.AddClassHandler<Histories>((h, _) =>
|
||||
{
|
||||
h.CommitGraph.InvalidateVisual();
|
||||
});
|
||||
}
|
||||
|
||||
public Histories()
|
||||
|
||||
Reference in New Issue
Block a user