mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #242, changed different classes/components to use aircraft context instead of network context
* removed own aircraft from simulator context * in GUI, also added originator for signals/ slots * flightplan / text messages
This commit is contained in:
@@ -242,7 +242,7 @@ namespace BlackGui
|
||||
{
|
||||
if (this->getIContextNetwork())
|
||||
{
|
||||
this->prefillWithAircraftData(this->getIContextNetwork()->getOwnAircraft());
|
||||
this->prefillWithAircraftData(this->getIContextOwnAircraft()->getOwnAircraft());
|
||||
}
|
||||
this->ui->le_AircraftRegistration->clear();
|
||||
this->ui->le_AirlineOperator->clear();
|
||||
|
||||
Reference in New Issue
Block a user