improve:issue #133
This commit is contained in:
@@ -591,7 +591,7 @@ namespace Ink_Canvas
|
||||
}
|
||||
|
||||
// Palm Eraser 逻辑
|
||||
if (Settings.Canvas.EnablePalmEraser && dec.Count >= 2 && !isPalmEraserActive)
|
||||
if (Settings.Canvas.EnablePalmEraser && !isPalmEraserActive)
|
||||
{
|
||||
touchPoint = e.GetTouchPoint(inkCanvas);
|
||||
double boundWidth = GetTouchBoundWidth(e);
|
||||
|
||||
Reference in New Issue
Block a user