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:
parent
9de3672b62
commit
6906ce40fd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue