mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Fixed / tweaks as result of testing after merge with RW's stuff
* fixed wrong channel for received prviate messages * allow to minimize window * fixed sort coumn indicator for simulated aircraft
This commit is contained in:
@@ -27,7 +27,9 @@ namespace BlackGui
|
||||
|
||||
void CSimulatedAircraftView::setAircraftMode(CSimulatedAircraftListModel::AircraftMode mode)
|
||||
{
|
||||
Q_ASSERT(this->m_model);
|
||||
this->m_model->setAircraftMode(mode);
|
||||
this->setSortIndicator();
|
||||
}
|
||||
|
||||
void CSimulatedAircraftView::customMenu(QMenu &menu) const
|
||||
|
||||
Reference in New Issue
Block a user