mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #335, improved size handling for cockpit
* minimum values set to avoid issues when docked * no manual values when just toggled floating
This commit is contained in:
committed by
Roland Winklmeier
parent
f4e8b40bf9
commit
adba17da0f
@@ -171,7 +171,7 @@ namespace BlackGui
|
||||
CSelcal selcal = this->getSelcal();
|
||||
if (!selcal.isValid())
|
||||
{
|
||||
CLogMessage().validationWarning("Invalid SELCAL codde");
|
||||
CLogMessage().validationWarning("Invalid SELCAL code");
|
||||
}
|
||||
else if (this->getIContextAudio())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user