fix: invalidate counter visual (#338)#383
Conversation
|
static CounterPresenter()
{
AffectsMeasure<CounterPresenter>(
FontSizeProperty,
FontFamilyProperty,
ForegroundProperty,
CountProperty);
AffectsRender<CounterPresenter>(
ForegroundProperty,
BackgroundProperty,
CountProperty);
}The issue #338 still exists about this control? |
The current situation is that after switching repo, the number of the previous repo may be displayed. After making this change, I cannot reproduce the problem here. |
It seems that |
b087dea to
9c0b960
Compare
|
Since you have added the |
|
Confirmed that |

Keep the same implementation as
CommitRefsPresenterto avoid displaying the number of the previousDataContext