mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #849, statistics UI in pilot client
This commit is contained in:
committed by
Mathew Sutcliffe
parent
cfca78ec2a
commit
bac77e233d
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user