mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +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:
@@ -63,11 +63,15 @@ void SwiftGuiStd::ps_onMenuClicked()
|
||||
{
|
||||
CStyleSheetUtility::instance().read();
|
||||
}
|
||||
else if (sender == this->ui->menu_FileFont)
|
||||
else if (sender == this->ui->menu_WindowFont)
|
||||
{
|
||||
this->ps_setMainPageToInfoArea();
|
||||
this->ui->comp_MainInfoArea->selectSettingsTab(BlackGui::Components::CSettingsComponent::SettingTabGui);
|
||||
}
|
||||
else if (sender == this->ui->menu_WindowMinimize)
|
||||
{
|
||||
this->showMinimized();
|
||||
}
|
||||
else if (sender == this->ui->menu_FileClose)
|
||||
{
|
||||
CLogMessage(this).info("Closing");
|
||||
@@ -98,3 +102,4 @@ void SwiftGuiStd::initDynamicMenus()
|
||||
Q_ASSERT(this->ui->comp_MainInfoArea);
|
||||
this->ui->menu_InfoAreas->addActions(this->ui->comp_MainInfoArea->getInfoAreaSelectActions(this->ui->menu_InfoAreas));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user