mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 03:28:48 +02:00
fix for path handling on return of place info
This commit is contained in:
parent
8b8f0bcbde
commit
bc20ea6ed2
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ void AddressManager::goToAddressFromObject(const QVariantMap& dataObject, const
|
||||||
<< returnedPath;
|
<< returnedPath;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
handlePath(overridePath, trigger);
|
handlePath(returnedPath, trigger);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// we didn't override the path or get one back - ask the DS for the viewpoint of its index path
|
// we didn't override the path or get one back - ask the DS for the viewpoint of its index path
|
||||||
|
|
Loading…
Reference in a new issue