Skip to content

Commit

Permalink
Merge remote-tracking branch 'Tainfante_origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
opetany93 committed Jan 24, 2018
2 parents 13a08c7 + 712b001 commit a01f16f
Show file tree
Hide file tree
Showing 5 changed files with 262 additions and 221 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/application/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import javafx.scene.Scene;
import javafx.stage.Stage;
import mainwindow.CaptureController;
import plot.Plot;
import port.PortReader;

public class Main extends Application
Expand All @@ -25,6 +26,7 @@ public void start(Stage primaryStage) throws Exception
{
CaptureController.isActiveExport = false;
PortReader.getInstance().setStopReading(true);
Plot.getInstance().setStopPlotting(true);
});

primaryStage.show();
Expand Down
Loading

0 comments on commit a01f16f

Please sign in to comment.