mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
clear place name if switching to a domain ID string
This commit is contained in:
parent
5ab876114f
commit
33379824c8
1 changed files with 3 additions and 0 deletions
|
@ -306,6 +306,9 @@ void AddressManager::goToAddressFromObject(const QVariantMap& dataObject, const
|
|||
if (setHost(domainIDString, trigger)) {
|
||||
trigger = LookupTrigger::Internal;
|
||||
}
|
||||
|
||||
// this isn't a place, so clear the place name
|
||||
_placeName.clear();
|
||||
}
|
||||
|
||||
// check if we had a path to override the path returned
|
||||
|
|
Loading…
Reference in a new issue