* Added code to restore tune button to off / colors when
    sound card right channel change interrupts transmit cycle
pull/1/head
David Freese 2012-01-03 09:04:48 -06:00
rodzic 23b9a177d2
commit fd602017c3
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -1234,6 +1234,10 @@ void waterfall::set_XmtRcvBtn(bool val)
{
FL_LOCK_D();
xmtrcv->value(val);
if (!val && btnTune->value()) {
btnTune->value(0);
btnTune->labelcolor(FL_FOREGROUND_COLOR);
}
FL_UNLOCK_D();
}