This commit is contained in:
2025-09-20 11:45:35 +08:00
parent 2ee93bbcc1
commit 176f1cf405
@@ -1042,13 +1042,6 @@ namespace Ink_Canvas
break;
}
if (!Settings.Gesture.IsEnableTwoFingerZoom) continue;
try
{
stroke.DrawingAttributes.Width *= md.Scale.X;
stroke.DrawingAttributes.Height *= md.Scale.Y;
}
catch { }
}
}
else