diff options
| author | Hecklezz <tj8@live.com.au> | 2026-01-13 21:39:31 +1000 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-01-15 19:29:46 +0200 |
| commit | 106556538c6d7f4098bd204fcb87860f8e2bff6c (patch) | |
| tree | 8edd8a385596e1502f9bdaef6106db65eba654b7 | |
| parent | 87f7d37e43db03f56acaedf77c00b72c5a89f7b7 (diff) | |
Fix looping back to previous marketplace url when using the viewer navigation bar
Signed-off-by: Hecklezz <tj8@live.com.au>
| -rw-r--r-- | indra/newview/llfloatermarketplace.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermarketplace.cpp b/indra/newview/llfloatermarketplace.cpp index 2a67e75fec..bb2378d864 100644 --- a/indra/newview/llfloatermarketplace.cpp +++ b/indra/newview/llfloatermarketplace.cpp @@ -56,6 +56,7 @@ void LLFloaterMarketplace::onOpen(const LLSD& key) else { openMarketplaceURL(params.url); + set_current_url(params.url); // Fix looping back to previous url when using the viewer navigation bar } } |
