Revert "add:新设置"

This reverts commit 63585911a7.
This commit is contained in:
2026-01-10 17:31:39 +08:00
parent 483e0757b7
commit 68a74be279
8 changed files with 51 additions and 166 deletions
@@ -1434,7 +1434,7 @@ namespace Ink_Canvas.Windows
ClearOtherOptionsInGroup(border, tag);
// 设置当前按钮为选中状态
ThemeHelper.SetOptionButtonSelectedState(border, true);
border.Background = new SolidColorBrush(Color.FromRgb(225, 225, 225));
var textBlock = border.Child as TextBlock;
if (textBlock != null)
{
@@ -1464,7 +1464,7 @@ namespace Ink_Canvas.Windows
string childTag = border.Tag?.ToString();
if (!string.IsNullOrEmpty(childTag) && childTag.StartsWith(groupName + "_"))
{
ThemeHelper.SetOptionButtonSelectedState(border, false);
border.Background = new SolidColorBrush(Colors.Transparent);
var textBlock = border.Child as TextBlock;
if (textBlock != null)
{