This commit is contained in:
CJK_mkp
2025-06-11 10:26:19 +08:00
parent 5a3101a182
commit b46cbcc15f
+2 -2
View File
@@ -236,8 +236,8 @@ namespace Ink_Canvas {
}
else {
isLastTouchEraser = false;
inkCanvas.EraserShape =
forcePointEraser ? new EllipseStylusShape(50, 50) : new EllipseStylusShape(5, 5);
// 修复面积擦时不显示橡皮形状:无论 forcePointEraser 状态,均显示 50x50 橡皮
inkCanvas.EraserShape = new EllipseStylusShape(50, 50);
if (forceEraser) return;
inkCanvas.EditingMode = InkCanvasEditingMode.Ink;
}