refs #288, flight plan gets notified about login and can preset values

This commit is contained in:
Klaus Basan
2014-11-15 02:08:44 +01:00
committed by Roland Winklmeier
parent 9a84376b5d
commit 9aa10107bd
3 changed files with 45 additions and 45 deletions

View File

@@ -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;