mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
fix: decorator do not redraw after tag background property changed
This commit is contained in:
parent
ccdc849baa
commit
07c2e9f927
1 changed files with 2 additions and 3 deletions
|
@ -59,9 +59,8 @@ namespace SourceGit.Views
|
|||
{
|
||||
AffectsMeasure<CommitRefsPresenter>(
|
||||
FontFamilyProperty,
|
||||
FontSizeProperty);
|
||||
|
||||
AffectsRender<CommitRefsPresenter>(
|
||||
FontSizeProperty,
|
||||
ForegroundProperty,
|
||||
TagBackgroundProperty);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue