mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 02:12:25 +08:00
fix: invalidate counter visual (#338)
This commit is contained in:
@@ -98,6 +98,7 @@ namespace SourceGit.Views
|
||||
_label = null;
|
||||
}
|
||||
|
||||
InvalidateVisual();
|
||||
return _label != null ? new Size(_label.Width + 18, 18) : new Size(0, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user