VFOs are now visible in waterfall

This commit is contained in:
Ryzerth
2021-02-09 02:11:40 +01:00
parent 35d079beb1
commit 9e410e3856
2 changed files with 26 additions and 7 deletions

View File

@ -145,8 +145,8 @@ namespace ImGui {
ImVec2 fftAreaMax;
ImVec2 freqAreaMin;
ImVec2 freqAreaMax;
ImVec2 waterfallAreaMin;
ImVec2 waterfallAreaMax;
ImVec2 wfMin;
ImVec2 wfMax;
ImGuiWindow* window;