mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
dc84c9b334
commit
41b48a4420
@@ -86,7 +86,7 @@ namespace BlackGui
|
||||
void CAircraftPartsHistory::updatePartsHistory()
|
||||
{
|
||||
if (!this->hasContexts()) { return; }
|
||||
if (!this->isVisible()) { return; }
|
||||
if (!this->isVisible()) { return; }
|
||||
const CCallsign cs(ui->comp_CallsignCompleter->getCallsign());
|
||||
if (cs.isEmpty()) { return; } // no or invalid callsign
|
||||
const auto currentAircraftParts = sGui->getIContextNetwork()->getRemoteAircraftParts(cs).frontOrDefault();
|
||||
|
||||
Reference in New Issue
Block a user