This commit is contained in:
CJK_mkp
2025-11-01 21:56:31 +08:00
parent 8f6f22ba7f
commit 12e91927a5
2 changed files with 0 additions and 13 deletions
@@ -2894,16 +2894,6 @@ namespace Ink_Canvas
// 清空触摸点计数器
dec.Clear();
// 重置单指拖动模式状态
if (isSingleFingerDragMode)
{
isSingleFingerDragMode = false;
if (BtnFingerDragMode != null)
{
BtnFingerDragMode.Content = "单指\n拖动";
}
}
// 重置手掌擦状态
if (isPalmEraserActive)
{