mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Issue #22 Fixed bug that meant altitude dialog "override" field was never used
This commit is contained in:
@@ -130,6 +130,7 @@ namespace BlackGui
|
||||
m_altitudeStr = ui->le_AltitudeConvertedFt->text() % u"m";
|
||||
break;
|
||||
case StringOnly:
|
||||
m_altitudeStr = ui->le_String->text();
|
||||
return;
|
||||
case Unknown:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user