diff --git a/src/Views/Histories.axaml.cs b/src/Views/Histories.axaml.cs index 49f04726..6840a93a 100644 --- a/src/Views/Histories.axaml.cs +++ b/src/Views/Histories.axaml.cs @@ -196,7 +196,6 @@ namespace SourceGit.Views if (rules == null || rules.Count == 0) { Inlines.Add(new Run(subject)); - InvalidateTextLayout(); return; }