Fixed: Force stop css downloads when starting to browse new url.

--HG--
branch : develop
feature/streamed-package
Nimetu 5 years ago
parent 71b65b9564
commit 1d5580a2d6

@ -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())

Loading…
Cancel
Save