* UIRoundProcess: 内圈尺寸小的时候更新配色

This commit is contained in:
Sunny 2023-07-14 09:49:54 +08:00
parent ed5353224c
commit 7424ad768c

View File

@ -186,7 +186,7 @@ namespace Sunny.UI
set
{
foreColor2 = value;
Invalidate();
SetStyleCustom();
}
}