1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-15 20:28:52 -04:00

Channel Analyzer / Scope: fixed sample rate handling. Fixes #956

This commit is contained in:
f4exb
2021-07-10 22:41:24 +02:00
parent 8725fa743a
commit 3a3dc0d8c0
4 changed files with 26 additions and 4 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ void GLScopeGUI::setBuddies(MessageQueue* messageQueue, ScopeVis* scopeVis, GLSc
void GLScopeGUI::setSampleRate(int sampleRate)
{
m_sampleRate = sampleRate;
onScopeSampleRateChanged(sampleRate);
}
void GLScopeGUI::onScopeSampleRateChanged(int sampleRate)