mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08: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>(
|
AffectsMeasure<CommitRefsPresenter>(
|
||||||
FontFamilyProperty,
|
FontFamilyProperty,
|
||||||
FontSizeProperty);
|
FontSizeProperty,
|
||||||
|
ForegroundProperty,
|
||||||
AffectsRender<CommitRefsPresenter>(
|
|
||||||
TagBackgroundProperty);
|
TagBackgroundProperty);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue