更新版本号

This commit is contained in:
2025-09-27 18:00:12 +08:00
parent 28748a99ca
commit 15c808eebd
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -643,7 +643,7 @@ namespace Ink_Canvas
eraserWidth = boundWidth;
UpdateEraserStyle();
// 显示初始橡皮擦反馈位置
var touchPoint = e.GetTouchPoint(inkCanvas);
touchPoint = e.GetTouchPoint(inkCanvas);
EraserOverlay_PointerDown(sender);
EraserOverlay_PointerMove(sender, touchPoint.Position);
}