Fixed glitch when tabs are changed prior to rigcaps.

knobtest
Elliott Liggett 2022-09-22 21:14:05 -07:00
rodzic 9c49395fa0
commit 79531712b0
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -973,8 +973,7 @@ void wfmain::prepareSettingsWindow()
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)