mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 11:44:59 +00:00
fix: invalidate counter visual (#338)
This commit is contained in:
parent
ad21d2f6bf
commit
9c0b9608dc
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ namespace SourceGit.Views
|
|||
_label = null;
|
||||
}
|
||||
|
||||
InvalidateVisual();
|
||||
return _label != null ? new Size(_label.Width + 18, 18) : new Size(0, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue