X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.cpp;h=99e545681e71a3a71042dd30c56818606629e24d;hp=1ee3f4e0d62b0142ac7e93d6db544d60545ecc90;hb=488883133fefe0af41737cea9b2fc9eb114042b8;hpb=1d478458c2b7b314a48981ceb3264ebc852df40d diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index 1ee3f4e0..99e54568 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -228,8 +228,7 @@ void MainWindow::run_stop() case SigSession::Stopped: _session.start_capture( _sampling_bar->get_selected_device(), - _sampling_bar->get_record_length(), - _sampling_bar->get_sample_rate()); + _sampling_bar->get_record_length()); break; case SigSession::Running: