Aligned signatures for model matcher log matcher

Ref T247 follow up
This commit is contained in:
Klaus Basan
2019-04-09 05:41:12 +02:00
committed by Mat Sutcliffe
parent d51b26cf8d
commit 1dd10ffe29

View File

@@ -163,7 +163,7 @@ namespace BlackGui
}
m_matcher.setDefaultModel(CModelMatcherComponent::defaultModel());
const CAircraftModel matched = m_matcher.getClosestMatch(remoteAircraft, false, &msgs); // test model matching
const CAircraftModel matched = m_matcher.getClosestMatch(remoteAircraft, MatchingLogAll, &msgs); // test model matching
ui->te_Results->setText(matched.toQString(true));
ui->tvp_ResultMessages->updateContainer(msgs);
ui->tvp_ResultMessages->fullResizeToContents();