From 106556538c6d7f4098bd204fcb87860f8e2bff6c Mon Sep 17 00:00:00 2001 From: Hecklezz Date: Tue, 13 Jan 2026 21:39:31 +1000 Subject: Fix looping back to previous marketplace url when using the viewer navigation bar Signed-off-by: Hecklezz --- indra/newview/llfloatermarketplace.cpp | 1 + 1 file changed, 1 insertion(+) 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 } } -- cgit v1.3