From 1d5580a2d6f4084d9b6f6e17ed13f4584df0d2a1 Mon Sep 17 00:00:00 2001 From: Nimetu Date: Sun, 20 Oct 2019 22:35:05 +0300 Subject: [PATCH] Fixed: Force stop css downloads when starting to browse new url. --HG-- branch : develop --- code/nel/src/gui/group_html.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/code/nel/src/gui/group_html.cpp b/code/nel/src/gui/group_html.cpp index 19b82f169..db2db7748 100644 --- a/code/nel/src/gui/group_html.cpp +++ b/code/nel/src/gui/group_html.cpp @@ -2586,6 +2586,7 @@ namespace NLGUI // go _URL = uri.toString(); _BrowseNextTime = true; + _WaitingForStylesheet = false; // if a BrowseTree is bound to us, try to select the node that opens this URL (auto-locate) if(!_BrowseTree.empty())