From 461a995a923af67a0a75a8090860a0817af94d60 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Sat, 27 Aug 2016 19:41:47 +0200 Subject: [PATCH] refs #745, always update model set before matching test (fixes issue reported by RW in #745) --- src/blackgui/components/modelmatchercomponent.cpp | 1 + 1 file changed, 1 insertion(+) 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()) {