code_style: remove unnecessary InvalidateVisual calls

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-11-04 15:53:26 +08:00
parent b49bae6a21
commit b26a186f08

View File

@@ -173,8 +173,6 @@ namespace SourceGit.Views
if (!foundSubjectEnd)
SetCurrentValue(SubjectLengthProperty, CommitMessage?.Length ?? 0);
InvalidateVisual();
}
}