mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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