mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-12 10:48:37 -04:00
Complete many details of contest-mode auto-sequencing. More testing needed!
This commit is contained in:
+1
-2
@@ -2471,8 +2471,7 @@ void Configuration::impl::on_cbHound_clicked (bool checked)
|
||||
|
||||
void Configuration::impl::on_rbNone_toggled(bool b)
|
||||
{
|
||||
// if(!b) ui_->cbGenerate77->setChecked(true);
|
||||
ui_->cbGenerate77->setChecked(!b);
|
||||
if(!b) ui_->cbGenerate77->setChecked(true);
|
||||
}
|
||||
|
||||
void Configuration::impl::on_cbx2ToneSpacing_clicked(bool b)
|
||||
|
||||
Reference in New Issue
Block a user