From 8e6a7160061c7e36069a7bcb8506dd55ddcad3c2 Mon Sep 17 00:00:00 2001 From: Hecklezz Date: Tue, 13 Jan 2026 21:56:42 +1000 Subject: [PATCH] Fix looping back to previous marketplace url when using the viewer navigation bar Merged upstream in SLViewer PR#5264 --- 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 } }