mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-25 21:14:44 -04:00
Demodulator options persist and apply to newly created
This commit is contained in:
@@ -275,7 +275,7 @@ void PrimaryGLContext::DrawFreqSelector(float uxPos, float r, float g, float b,
|
||||
long long bw = 0;
|
||||
|
||||
if (!demod) {
|
||||
bw = defaultDemodParams.bandwidth;
|
||||
bw = wxGetApp().getDemodMgr().getLastBandwidth();
|
||||
} else {
|
||||
bw = demod->getBandwidth();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user