mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00: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…
Add table
Add a link
Reference in a new issue