mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
UI, if there is no valid model string, do not override the previously entered values
This commit is contained in:
committed by
Mat Sutcliffe
parent
a32e38b6a8
commit
602e8ab913
@@ -585,9 +585,12 @@ namespace BlackGui
|
||||
if (sGui->getIContextSimulator()->isSimulatorAvailable())
|
||||
{
|
||||
// sim. attached, but no model data from DB
|
||||
|
||||
/** for NOW, keep the values as they were
|
||||
ui->le_AircraftCombinedType->clear();
|
||||
ui->selector_AircraftIcao->clear();
|
||||
ui->selector_AirlineIcao->clear();
|
||||
**/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user