diff --git a/src/Views/Histories.axaml.cs b/src/Views/Histories.axaml.cs index c1540a6f..f8da37b2 100644 --- a/src/Views/Histories.axaml.cs +++ b/src/Views/Histories.axaml.cs @@ -637,6 +637,11 @@ namespace SourceGit.Views if (list != null && list.SelectedItems.Count == 1) list.ScrollIntoView(list.SelectedIndex); }); + + AuthorNameColumnWidthProperty.Changed.AddClassHandler((h, _) => + { + h.CommitGraph.InvalidateVisual(); + }); } public Histories()