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
@@ -652,6 +652,7 @@ namespace Ink_Canvas
// 初始化屏蔽压感开关状态
ToggleSwitchDisablePressure.IsOn = Settings.Canvas.DisablePressure;
inkCanvas.DefaultDrawingAttributes.IgnorePressure = Settings.Canvas.DisablePressure;
ComboBoxPenStyle.SelectedIndex = Settings.Canvas.InkStyle;
BoardComboBoxPenStyle.SelectedIndex = Settings.Canvas.InkStyle;