mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Fix LoadIndicator when loading models synchronously
This commit is contained in:
committed by
Mathew Sutcliffe
parent
4fc2db14ca
commit
9e9dd95dca
@@ -299,8 +299,8 @@ namespace BlackGui
|
|||||||
}
|
}
|
||||||
|
|
||||||
CLogMessage(this).info("Starting loading for %1") << simInfo.toQString();
|
CLogMessage(this).info("Starting loading for %1") << simInfo.toQString();
|
||||||
this->m_modelLoader->startLoading();
|
|
||||||
this->ui->tvp_OwnAircraftModels->showLoadIndicator();
|
this->ui->tvp_OwnAircraftModels->showLoadIndicator();
|
||||||
|
this->m_modelLoader->startLoading();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CDbMappingComponent::ps_onInstalledModelLoadingFinished(bool success)
|
void CDbMappingComponent::ps_onInstalledModelLoadingFinished(bool success)
|
||||||
|
|||||||
Reference in New Issue
Block a user