]> sigrok.org Git - pulseview.git/commitdiff
Stop capture before connecting to a device
authorJoel Holdsworth <redacted>
Wed, 1 May 2013 21:33:31 +0000 (22:33 +0100)
committerBert Vermeulen <redacted>
Wed, 1 May 2013 21:47:21 +0000 (23:47 +0200)
pv/mainwindow.cpp

index dcbaf1812ab268765e626d69f5c280042c6ff65e..97abbf8eff8926bd0d6fe46c6e5624760250ce6f 100644 (file)
@@ -278,6 +278,9 @@ void MainWindow::on_actionOpen_triggered()
 
 void MainWindow::on_actionConnect_triggered()
 {
+       // Stop any currently running capture session
+       _session.stop_capture();
+
        dialogs::Connect dlg(this, _device_manager);
 
        // If the user selected a device, select it in the device list. Select the