fix:数位笔相关问题
This commit is contained in:
@@ -1444,7 +1444,7 @@ namespace Ink_Canvas {
|
||||
FloatingbarSelectionBG.Visibility = Visibility.Visible;
|
||||
System.Windows.Controls.Canvas.SetLeft(FloatingbarSelectionBG, 84);
|
||||
|
||||
forceEraser = true;
|
||||
forceEraser = false;
|
||||
forcePointEraser = true;
|
||||
|
||||
// 即使手掌触发过面积擦,也强制应用当前的EraserShapeType设置
|
||||
@@ -1524,7 +1524,7 @@ namespace Ink_Canvas {
|
||||
FloatingbarSelectionBG.Visibility = Visibility.Visible;
|
||||
System.Windows.Controls.Canvas.SetLeft(FloatingbarSelectionBG, 112);
|
||||
|
||||
forceEraser = true;
|
||||
forceEraser = false;
|
||||
forcePointEraser = false;
|
||||
|
||||
inkCanvas.EraserShape = new EllipseStylusShape(5, 5);
|
||||
|
||||
Reference in New Issue
Block a user