mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-07-24 11:04:16 -04:00
Modem property grid now shows interactive settings
- Not yet applied
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "DemodulatorWorkerThread.h"
|
||||
#include "CubicSDRDefs.h"
|
||||
#include "CubicSDR.h"
|
||||
#include <vector>
|
||||
|
||||
DemodulatorWorkerThread::DemodulatorWorkerThread() : IOThread(),
|
||||
@@ -52,6 +53,7 @@ void DemodulatorWorkerThread::run() {
|
||||
cModem = Modem::makeModem(demodCommand.demodType);
|
||||
cModemType = demodCommand.demodType;
|
||||
result.sampleRate = demodCommand.sampleRate;
|
||||
wxGetApp().getAppFrame()->updateModemProperties(cModem->getSettings());
|
||||
}
|
||||
result.modem = cModem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user