diff --git a/src/blackgui/components/modelmatchercomponent.cpp b/src/blackgui/components/modelmatchercomponent.cpp index ee40fcf3e..aa022e0fa 100644 --- a/src/blackgui/components/modelmatchercomponent.cpp +++ b/src/blackgui/components/modelmatchercomponent.cpp @@ -109,6 +109,7 @@ namespace BlackGui { ui->te_Results->clear(); CStatusMessageList msgs; + this->ps_simulatorChanged(ui->comp_SimulatorSelector->getValue()); // update model set to latest version CSimulatedAircraft remoteAircraft(createAircraft()); if (this->ui->cb_withReverseLookup->isChecked()) {