mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #849, aircraft matcher
* support for statistics entries * when setting models, corresponding simulator can be set
This commit is contained in:
committed by
Mathew Sutcliffe
parent
88f7a19d4c
commit
cfca78ec2a
@@ -95,7 +95,7 @@ namespace BlackGui
|
||||
{
|
||||
Q_ASSERT_X(simulator.isSingleSimulator(), Q_FUNC_INFO, "Need single simulator");
|
||||
this->m_modelSetLoader.changeSimulator(simulator);
|
||||
this->m_matcher.setModelSet(this->m_modelSetLoader.getAircraftModels());
|
||||
this->m_matcher.setModelSet(this->m_modelSetLoader.getAircraftModels(), simulator);
|
||||
this->redisplay();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user