mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:28:21 +08:00
Setting UI improvement
* pressing shift while clicking the button shows overview * hint in overview, that there are shortcuts
This commit is contained in:
@@ -116,15 +116,15 @@ namespace BlackGui
|
||||
}
|
||||
else if (senderButton == ui->pb_CockpitIdent && sGui->getIContextOwnAircraft())
|
||||
{
|
||||
emit identPressed();
|
||||
emit this->identPressed();
|
||||
}
|
||||
else if (senderButton == ui->pb_Opacity050)
|
||||
{
|
||||
emit changedOpacity(50);
|
||||
emit this->changedOpacity(50);
|
||||
}
|
||||
else if (senderButton == ui->pb_Opacity100)
|
||||
{
|
||||
emit changedOpacity(100);
|
||||
emit this->changedOpacity(100);
|
||||
}
|
||||
else if (senderButton == ui->pb_SoundMaxVolume && sGui->getIContextAudio())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user