fix:issue #208
This commit is contained in:
@@ -1042,13 +1042,6 @@ namespace Ink_Canvas
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!Settings.Gesture.IsEnableTwoFingerZoom) continue;
|
|
||||||
try
|
|
||||||
{
|
|
||||||
stroke.DrawingAttributes.Width *= md.Scale.X;
|
|
||||||
stroke.DrawingAttributes.Height *= md.Scale.Y;
|
|
||||||
}
|
|
||||||
catch { }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user