mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user