mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #720, fixed: display all models when only selected models are consolidated
* in same step fixed location of error message * minor renaming
This commit is contained in:
committed by
Mathew Sutcliffe
parent
4582387684
commit
e3fc72d775
@@ -145,7 +145,8 @@ namespace BlackGui
|
||||
void CDbOwnModelsComponent::updateModels(const CAircraftModelList &models, const CSimulatorInfo &simulator)
|
||||
{
|
||||
this->modelLoader()->replaceOrAddCachedModels(models, simulator);
|
||||
ui->tvp_OwnAircraftModels->updateContainerMaybeAsync(models);
|
||||
const CAircraftModelList allModels(this->m_modelLoader->getAircraftModels());
|
||||
ui->tvp_OwnAircraftModels->updateContainerMaybeAsync(allModels);
|
||||
}
|
||||
|
||||
bool CDbOwnModelsComponent::initModelLoader(const CSimulatorInfo &simulator)
|
||||
|
||||
Reference in New Issue
Block a user