mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-14 04:55:51 +02:00
Fixed frequency select not updating when disabling VFO
This commit is contained in:
@ -234,10 +234,12 @@ namespace ImGui {
|
||||
for (auto const& [name, vfo] : vfos) {
|
||||
available = true;
|
||||
selectedVFO = name;
|
||||
selectedVFOChanged = true;
|
||||
return;
|
||||
}
|
||||
if (!available) {
|
||||
selectedVFO = "";
|
||||
selectedVFOChanged = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user