mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
refs #288, flight plan gets notified about login and can preset values
This commit is contained in:
committed by
Roland Winklmeier
parent
9a84376b5d
commit
9aa10107bd
@@ -27,7 +27,6 @@ bool MainWindow::ps_reloadOwnAircraft()
|
||||
if (loadedAircraft != this->m_ownAircraft)
|
||||
{
|
||||
this->m_ownAircraft = loadedAircraft;
|
||||
this->ui->comp_MainInfoArea->getFlightPlanComponent()->prefillWithAircraftData(this->m_ownAircraft);
|
||||
changed = true;
|
||||
}
|
||||
return changed;
|
||||
|
||||
Reference in New Issue
Block a user