fix: decorator do not redraw after tag background property changed

This commit is contained in:
leo 2024-10-15 09:43:09 +08:00
parent ccdc849baa
commit 07c2e9f927
No known key found for this signature in database

View file

@ -59,9 +59,8 @@ namespace SourceGit.Views
{
AffectsMeasure<CommitRefsPresenter>(
FontFamilyProperty,
FontSizeProperty);
AffectsRender<CommitRefsPresenter>(
FontSizeProperty,
ForegroundProperty,
TagBackgroundProperty);
}