mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Fixed wrong call of "FORCED RELOAD"
This commit is contained in:
committed by
Mat Sutcliffe
parent
afba7b9697
commit
7b5c071d97
@@ -278,8 +278,7 @@ namespace BlackGui
|
||||
const QMessageBox::StandardButton reply = static_cast<QMessageBox::StandardButton>(msgBox.exec());
|
||||
if (reply != QMessageBox::Ok) { return; }
|
||||
|
||||
QPointer<CDbOwnModelsComponent> ownModelsComp(qobject_cast<CDbOwnModelsComponent *>(this->parent()));
|
||||
ownModelsComp->requestSimulatorModels(simulator, IAircraftModelLoader::InBackgroundNoCache);
|
||||
this->requestSimulatorModels(simulator, IAircraftModelLoader::InBackgroundNoCache);
|
||||
}
|
||||
|
||||
void CDbOwnModelsComponent::CLoadModelsMenu::customMenu(CMenuActions &menuActions)
|
||||
|
||||
Reference in New Issue
Block a user