improve:主题切换

This commit is contained in:
2025-10-04 17:32:17 +08:00
parent 8e0f0450df
commit 98915bcff2
2 changed files with 48 additions and 1 deletions
@@ -3733,7 +3733,6 @@ namespace Ink_Canvas
// 设置高光背景颜色
FloatingbarSelectionBG.Background = new SolidColorBrush(highlightBackgroundColor);
if (FloatingbarSelectionBG.Child is System.Windows.Controls.Canvas canvas && canvas.Children.Count > 0)
{
var firstChild = canvas.Children[0];