If no rig caps, then don't mess with the window!

monitor
Elliott Liggett 2021-06-18 15:57:21 -07:00
rodzic cc92aa1b5c
commit 8024893a62
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -702,6 +702,8 @@ void wfmain::setupMainUI()
void wfmain::updateSizes(int tabIndex)
{
if(!haveRigCaps)
return;
// This function does nothing unless you are using a rig without spectrum.
// This is a hack. It is not great, but it seems to work ok.
if(!rigCaps.hasSpectrum)