kopia lustrzana https://github.com/f4exb/sdrangel
Simple PTT: corrected PTT button highlight when coming from REST API action
rodzic
79b087e93c
commit
9c2e9ccb75
|
@ -104,9 +104,9 @@ bool SimplePTTGUI::handleMessage(const Message& message)
|
|||
qDebug("SimplePTTGUI::handleMessage: SimplePTT::MsgPTT");
|
||||
const SimplePTT::MsgPTT& cfg = (SimplePTT::MsgPTT&) message;
|
||||
bool ptt = cfg.getTx();
|
||||
ui->ptt->blockSignals(true);
|
||||
blockApplySettings(true);
|
||||
ui->ptt->setChecked(ptt);
|
||||
ui->ptt->blockSignals(false);
|
||||
blockApplySettings(false);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue