mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #855, removed hiding where no longer needed
This commit is contained in:
committed by
Mathew Sutcliffe
parent
076fff417a
commit
5f7c3f0e9c
@@ -181,7 +181,6 @@ namespace BlackGui
|
||||
else
|
||||
{
|
||||
ui->tvp_AtcStationsOnline->clear();
|
||||
ui->tvp_AtcStationsOnline->hideLoadIndicator();
|
||||
this->updateTreeView();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -458,7 +458,6 @@ namespace BlackGui
|
||||
ui->tvp_OwnAircraftModels->clear();
|
||||
CLogMessage(this).error("Loading of models failed, simulator %1") << simulator.toQString();
|
||||
}
|
||||
ui->tvp_OwnAircraftModels->hideLoadIndicator();
|
||||
ui->le_Simulator->setText(simulator.toQString());
|
||||
ui->comp_SimulatorSelector->setValue(simulator);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user