fix: invalidate counter visual (#338)

This commit is contained in:
Gadfly 2024-08-21 10:18:09 +08:00
parent ad21d2f6bf
commit 9c0b9608dc
No known key found for this signature in database

View file

@ -98,6 +98,7 @@ namespace SourceGit.Views
_label = null;
}
InvalidateVisual();
return _label != null ? new Size(_label.Width + 18, 18) : new Size(0, 0);
}