@@ -89,10 +89,6 @@ internal class VectorPathToolExecutor : UpdateableChangeExecutor, IPathExecutorF
{
startingPath.MoveTo((VecF)snapped);
}
- else
- {
- startingPath.LineTo((VecF)snapped);
- }
if (toolbar.SyncWithPrimaryColor)
@@ -81,7 +81,7 @@ internal class VectorPathToolViewModel : ShapeTool, IVectorPathToolHandler
var doc =
ViewModelMain.Current?.DocumentManagerSubViewModel.ActiveDocument;
- if (doc is null || isActivated) return;
+ if (doc is null) return;
if (!doc.PathOverlayViewModel.IsActive)