mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-27 14:48:46 -05:00
UDP free text message clicks the tx5 next radio button
This change allows a server to change the free text message and cue it for transmission in teh next period when using tab 1. For tab 2 the behaviour is unchanged and this message simply changes the free text message text. The action if the send option is set on this message remains unchanged in that it clicks the tx5 send now button im tab 1 or the free text message radio button on tab 2 i.e. send ASAP. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5483 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
723ed3bd82
commit
d7c88608a4
@ -190,6 +190,8 @@ MainWindow::MainWindow(bool multiple, QSettings * settings, QSharedMemory *shdme
|
|||||||
ui->tx5->setCurrentText (text);
|
ui->tx5->setCurrentText (text);
|
||||||
if (send) {
|
if (send) {
|
||||||
ui->txb5->click ();
|
ui->txb5->click ();
|
||||||
|
} else {
|
||||||
|
ui->txrb5->click ();
|
||||||
}
|
}
|
||||||
} else if (1 == ui->tabWidget->currentIndex ()) {
|
} else if (1 == ui->tabWidget->currentIndex ()) {
|
||||||
ui->freeTextMsg->setCurrentText (text);
|
ui->freeTextMsg->setCurrentText (text);
|
||||||
|
Loading…
Reference in New Issue
Block a user