Skip to content

Commit

Permalink
Start DSP after Play is clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Nov 26, 2020
1 parent 5537b0f commit 5451d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions resources/news.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

FIXED: Hardware retuning when dragging frequency axis with center button.
FIXED: Removed non-functional Plot button from I/Q recording dialog.
FIXED: Start DSP when Play button in I/Q recording dialog is clicked.
FIXED: Tooltip for Rec button in I/Q recording dialog.
IMPROVED: More accurate rendering of FFT fill.
IMPROVED: Better rendering of amplitude axis.
Expand Down
6 changes: 1 addition & 5 deletions src/applications/gqrx/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1621,11 +1621,7 @@ void MainWindow::startIqPlayback(const QString filename, float samprate)
// FIXME: would be nice with good/bad status
ui->statusBar->showMessage(tr("Playing %1").arg(filename));

if (ui->actionDSP->isChecked())
{
// restsart DSP
on_actionDSP_triggered(true);
}
on_actionDSP_triggered(true);
}

void MainWindow::stopIqPlayback()
Expand Down

0 comments on commit 5451d98

Please sign in to comment.