Fixed radio bandwidth not adjusted when the menu is closed or hidden

This commit is contained in:
Ryzerth
2021-08-20 20:40:14 +02:00
parent 1465fb784f
commit b2ce47d975
11 changed files with 164 additions and 88 deletions

View File

@ -30,10 +30,11 @@ public:
friend class VFOManager;
private:
std::string name;
dsp::VFO* dspVFO;
ImGui::WaterfallVFO* wtfVFO;
private:
std::string name;
};