mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Updating main window because of recent changes (applying changes of other classes)
This commit is contained in:
@@ -203,6 +203,8 @@ void MainWindow::toggleNetworkConnection()
|
||||
// set latest aircraft
|
||||
this->getIContextOwnAircraft()->updateOwnAircraft(this->m_ownAircraft, MainWindow::sampleBlackGuiOriginator());
|
||||
|
||||
// flight plan
|
||||
this->ui->comp_Flightplan->prefillWithAircraftData(this->m_ownAircraft);
|
||||
|
||||
// Login is based on setting current server
|
||||
INetwork::LoginMode mode = INetwork::LoginNormal;
|
||||
|
||||
Reference in New Issue
Block a user