Skip to content

Commit

Permalink
User settabel SSB Stepsize
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichloose committed Nov 29, 2022
1 parent f2f1871 commit 1e7ef67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/applications/gqrx/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1256,6 +1256,12 @@ void MainWindow::setSbSteps(int click_res)
ui->plotter->setFilterClickResolution(click_res);
}

void MainWindow::setSbSteps(int click_res)
{
ui->plotter->setClickResolution(click_res);
ui->plotter->setFilterClickResolution(click_res);
}

/**
* @brief AM-Sync DCR status changed (slot).
* @param enabled Whether DCR is enabled or not.
Expand Down

0 comments on commit 1e7ef67

Please sign in to comment.