mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Some GUI adjustments / formatting found during #702
* selection in view (full row) * Unused function removed * Allow reduced message form
This commit is contained in:
@@ -121,9 +121,9 @@ namespace BlackGui
|
||||
|
||||
void CAtcStationComponent::update()
|
||||
{
|
||||
if (!sGui || !sGui->getIContextNetwork()) { return; }
|
||||
Q_ASSERT(this->ui->tvp_AtcStationsBooked);
|
||||
Q_ASSERT(this->ui->tvp_AtcStationsOnline);
|
||||
Q_ASSERT(sGui->getIContextNetwork());
|
||||
|
||||
// check if component is visible, if we have already data then skip udpate
|
||||
bool hasData = this->countBookedStations() > 0 || this->countOnlineStations() > 0;
|
||||
|
||||
Reference in New Issue
Block a user