mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Aircraft ICAO code of own model is wrong
Although the reverse lookup of a model is correct, it's aircraft ICAO code is wrong Issues found * in the driver the ICAO code is permanently overridden -> commented out * there are two contexts, own aircraft and simulator, but only one uses reverse lookup -> now both * using Qt::QueuedConnection for context -> GUI
This commit is contained in:
@@ -226,7 +226,6 @@ namespace BlackCore
|
||||
}
|
||||
emit this->movedAircraft();
|
||||
}
|
||||
|
||||
}
|
||||
} // only if simulating
|
||||
}
|
||||
@@ -249,7 +248,7 @@ namespace BlackCore
|
||||
}
|
||||
|
||||
// changed model
|
||||
emit this->changedModel(model);
|
||||
emit this->changedModel(updateModel);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user