improve:实时笔锋

This commit is contained in:
2026-04-30 17:21:40 +08:00
parent c1e599971e
commit f20e360c0b
5 changed files with 333 additions and 11 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
using Ink_Canvas.Helpers;
using Ink_Canvas.Helpers;
using Ink_Canvas.Windows.SettingsViews.Helpers;
using System;
using System.Collections.Generic;
@@ -502,6 +502,7 @@ namespace Ink_Canvas
else
ComboBoxPenStyle.SelectedIndex = uiIndex;
EnsureRealtimeStylusPipelineBinding();
SaveSettingsToFile();
}
@@ -706,6 +707,7 @@ namespace Ink_Canvas
}
Settings.Gesture.IsEnableMultiTouchMode = ToggleSwitchEnableMultiTouchMode.IsOn;
EnsureRealtimeStylusPipelineBinding();
// 如果启用多指书写模式,强制禁用所有双指手势
if (ToggleSwitchEnableMultiTouchMode.IsOn)