Fixed wonky fft resize behavior

This commit is contained in:
AlexandreRouma
2021-09-13 23:31:01 +02:00
parent b74e2d37a5
commit 318e57dc3d
2 changed files with 32 additions and 30 deletions

View File

@ -137,6 +137,7 @@ namespace ImGui {
bool bandplanEnabled = false;
bandplan::BandPlan_t* bandplan = NULL;
bool mouseInFFTResize = false;
bool mouseInFreq = false;
bool mouseInFFT = false;
bool mouseInWaterfall = false;
@ -280,6 +281,7 @@ namespace ImGui {
int bandPlanPos = BANDPLAN_POS_BOTTOM;
// UI Select elements
bool fftResizeSelect = false;
bool freqScaleSelect = false;
bool vfoSelect = false;
bool vfoBorderSelect = false;