Ref T345, fixes in ATC UI

- use toggled to detect all/in range
- update ATIS when row is selected or clicked
- changing all/in range "updates"
This commit is contained in:
Klaus Basan
2018-09-09 23:37:07 +02:00
parent 111eca61ee
commit 3c9b8f98ca
4 changed files with 47 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ namespace BlackGui
ui(new Ui::CSettingsAtcStationsInlineComponent)
{
ui->setupUi(this);
connect(ui->rb_InRange, &QRadioButton::released, this, &CSettingsAtcStationsInlineComponent::changeSettings);
connect(ui->rb_InRange, &QRadioButton::toggled, this, &CSettingsAtcStationsInlineComponent::changeSettings);
}
CSettingsAtcStationsInlineComponent::~CSettingsAtcStationsInlineComponent()