Skip to content

Commit b26a186

Browse files
committed
code_style: remove unnecessary InvalidateVisual calls
Signed-off-by: leo <longshuang@msn.cn>
1 parent b49bae6 commit b26a186

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Views/CommitMessageToolBox.axaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ protected override void OnPropertyChanged(AvaloniaPropertyChangedEventArgs chang
173173

174174
if (!foundSubjectEnd)
175175
SetCurrentValue(SubjectLengthProperty, CommitMessage?.Length ?? 0);
176-
177-
InvalidateVisual();
178176
}
179177
}
180178

0 commit comments

Comments
 (0)