From 07c2e9f927a2682afde6bfd09a07434b52378a4e Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 15 Oct 2024 09:43:09 +0800 Subject: [PATCH] fix: decorator do not redraw after tag background property changed --- src/Views/CommitRefsPresenter.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Views/CommitRefsPresenter.cs b/src/Views/CommitRefsPresenter.cs index e575360b..cb24588a 100644 --- a/src/Views/CommitRefsPresenter.cs +++ b/src/Views/CommitRefsPresenter.cs @@ -59,9 +59,8 @@ namespace SourceGit.Views { AffectsMeasure( FontFamilyProperty, - FontSizeProperty); - - AffectsRender( + FontSizeProperty, + ForegroundProperty, TagBackgroundProperty); }