Forráskód Böngészése

Fixed build error

Martin Edlund 5 éve
szülő
commit
f9c074a78d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      SketchAssistant/SketchAssistantWPF/MainWindow.xaml.cs

+ 1 - 1
SketchAssistant/SketchAssistantWPF/MainWindow.xaml.cs

@@ -618,7 +618,7 @@ namespace SketchAssistantWPF
                     await Task.Delay(1);
                 }
             }
-            ProgramPresenter.MouseEvent(MVP_Presenter.MouseAction.Up, strokes); await Task.Delay(1);
+            ProgramPresenter.MouseEvent(MVP_Presenter.MouseAction.Up, strokeCollection); await Task.Delay(1);
             debugRunning = false;
             dispatcherTimer.Start();
         }