refs #849, statistics UI in pilot client

This commit is contained in:
Klaus Basan
2017-01-05 02:36:25 +01:00
committed by Mathew Sutcliffe
parent cfca78ec2a
commit bac77e233d
5 changed files with 431 additions and 224 deletions

View File

@@ -344,7 +344,7 @@ namespace BlackGui
void CMappingComponent::ps_onModelsUpdateRequested()
{
const CAircraftModelList ml(sGui->getIContextSimulator()->getModelSet());
ui->tvp_AircraftModels->updateContainer(ml);
ui->tvp_AircraftModels->updateContainerMaybeAsync(ml);
}
void CMappingComponent::ps_onRemoteAircraftModelChanged(const CSimulatedAircraft &aircraft, const CIdentifier &originator)