UI, if there is no valid model string, do not override the previously entered values

This commit is contained in:
Klaus Basan
2019-10-28 23:55:10 +01:00
committed by Mat Sutcliffe
parent a32e38b6a8
commit 602e8ab913

View File

@@ -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();
**/
}
}