mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
refs #745, always update model set before matching test
(fixes issue reported by RW in #745)
This commit is contained in:
@@ -109,6 +109,7 @@ namespace BlackGui
|
|||||||
{
|
{
|
||||||
ui->te_Results->clear();
|
ui->te_Results->clear();
|
||||||
CStatusMessageList msgs;
|
CStatusMessageList msgs;
|
||||||
|
this->ps_simulatorChanged(ui->comp_SimulatorSelector->getValue()); // update model set to latest version
|
||||||
CSimulatedAircraft remoteAircraft(createAircraft());
|
CSimulatedAircraft remoteAircraft(createAircraft());
|
||||||
if (this->ui->cb_withReverseLookup->isChecked())
|
if (this->ui->cb_withReverseLookup->isChecked())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user