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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user