flabbet преди 9 месеца
родител
ревизия
f7864cbf8c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tests/PixiEditor.Tests/EditableVectorPathTests.cs

+ 1 - 1
tests/PixiEditor.Tests/EditableVectorPathTests.cs

@@ -343,7 +343,7 @@ public class EditableVectorPathTests
         
         EditableVectorPath editablePath = new EditableVectorPath(path);
         
-        editablePath.SubShapes[0].SetPointPosition(1, new VecF(3, 3));
+        editablePath.SubShapes[0].SetPointPosition(1, new VecF(3, 3), true);
         
         VectorPath newPath = editablePath.ToVectorPath();