Fixed radio bandwidth not adjusted when the menu is closed or hidden
This commit is contained in:
@@ -322,6 +322,7 @@ namespace ImGui {
|
||||
}
|
||||
hzDist = std::clamp<double>(hzDist, relatedVfo->minBandwidth, relatedVfo->maxBandwidth);
|
||||
relatedVfo->setBandwidth(hzDist);
|
||||
relatedVfo->onUserChangedBandwidth.emit(hzDist);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user