mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Shift to go to first ATC tab
This commit is contained in:
@@ -126,6 +126,10 @@ namespace BlackGui
|
|||||||
{
|
{
|
||||||
ui->comp_Aircraft->setTab(CAircraftComponent::TabAircraftInRange);
|
ui->comp_Aircraft->setTab(CAircraftComponent::TabAircraftInRange);
|
||||||
}
|
}
|
||||||
|
else if (infoArea == InfoAreaAtc)
|
||||||
|
{
|
||||||
|
ui->comp_AtcStations->setTab(CAtcStationComponent::TabAtcOnline);
|
||||||
|
}
|
||||||
else if (infoArea == InfoAreaMapping)
|
else if (infoArea == InfoAreaMapping)
|
||||||
{
|
{
|
||||||
ui->comp_Mappings->setTab(CMappingComponent::TabRenderedAircraft);
|
ui->comp_Mappings->setTab(CMappingComponent::TabRenderedAircraft);
|
||||||
|
|||||||
Reference in New Issue
Block a user