mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-16 09:01:49 -05:00
Fix non-digital-lab build
This commit is contained in:
parent
67edfab862
commit
1fb5dc4236
@ -93,12 +93,12 @@ AppFrame::AppFrame() :
|
|||||||
demodModeSelectorAdv->addChoice(10, "QPSK");
|
demodModeSelectorAdv->addChoice(10, "QPSK");
|
||||||
demodModeSelectorAdv->setHelpTip("Choose advanced modulation types.");
|
demodModeSelectorAdv->setHelpTip("Choose advanced modulation types.");
|
||||||
demodTray->Add(demodModeSelectorAdv, 3, wxEXPAND | wxALL, 0);
|
demodTray->Add(demodModeSelectorAdv, 3, wxEXPAND | wxALL, 0);
|
||||||
|
#endif
|
||||||
|
|
||||||
modemPropertiesUpdated.store(false);
|
modemPropertiesUpdated.store(false);
|
||||||
modemProps = new ModemProperties(demodPanel, wxID_ANY);
|
modemProps = new ModemProperties(demodPanel, wxID_ANY);
|
||||||
modemProps->Hide();
|
modemProps->Hide();
|
||||||
demodTray->Add(modemProps, 15, wxEXPAND | wxALL, 0);
|
demodTray->Add(modemProps, 15, wxEXPAND | wxALL, 0);
|
||||||
#endif
|
|
||||||
|
|
||||||
wxGetApp().getDemodSpectrumProcessor()->setup(1024);
|
wxGetApp().getDemodSpectrumProcessor()->setup(1024);
|
||||||
demodSpectrumCanvas = new SpectrumCanvas(demodPanel, attribList);
|
demodSpectrumCanvas = new SpectrumCanvas(demodPanel, attribList);
|
||||||
|
Loading…
Reference in New Issue
Block a user