mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:28:37 +02:00
Merge pull request #5146 from birarda/master
fix for path handling on return of place info
This commit is contained in:
commit
71475f13b5
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