Browse Source

Merged Fixes

Martin Edlund 5 years ago
parent
commit
e8d30c176a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      SketchAssistant/SketchAssistant/Form1.cs

+ 4 - 0
SketchAssistant/SketchAssistant/Form1.cs

@@ -210,6 +210,10 @@ namespace SketchAssistant
                 pictureBoxRight.Image = rightImage;
                 i++;
             }
+            if (!mousedown)
+            {
+                points[0] = p;
+            }
         }
 
         /// <summary>