mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07: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;
|
_label = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
InvalidateVisual();
|
||||||
return _label != null ? new Size(_label.Width + 18, 18) : new Size(0, 0);
|
return _label != null ? new Size(_label.Width + 18, 18) : new Size(0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue