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