fix:屏蔽压感

This commit is contained in:
2025-10-02 17:04:12 +08:00
parent c347809eea
commit fa7c1fd646
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -1064,6 +1064,7 @@ namespace Ink_Canvas
if (!isLoaded) return;
Settings.Canvas.DisablePressure = ToggleSwitchDisablePressure.IsOn;
inkCanvas.DefaultDrawingAttributes.IgnorePressure = Settings.Canvas.DisablePressure;
// 如果启用了屏蔽压感,则自动关闭压感触屏模式
if (Settings.Canvas.DisablePressure && Settings.Canvas.EnablePressureTouchMode)