1
0
Fork 0

Launcher: show navaid diagram for lat-lon position

Another change broke showing the navaid diagram when entering a lat,lon
position in the launcher
This commit is contained in:
James Turner 2018-05-28 22:42:20 +02:00
parent 9de3672b62
commit 6906ce40fd

View file

@ -856,7 +856,7 @@ void LocationWidget::onSearchComplete()
void LocationWidget::onLocationChanged()
{
bool locIsAirport = FGPositioned::isAirportType(m_location.ptr());
if (!m_location) {
if (!m_location && !m_locationIsLatLon) {
onBackToSearch();
return;
}