From 9f9c5d4106dc7c8d04632260458c2f648622752c Mon Sep 17 00:00:00 2001 From: Nimetu Date: Fri, 3 May 2019 08:59:12 +0300 Subject: [PATCH] Fixed: Background image persisted page reload --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 be12bd862..e6f02b7b1 100644 --- a/code/nel/src/gui/group_html.cpp +++ b/code/nel/src/gui/group_html.cpp @@ -4193,6 +4193,7 @@ namespace NLGUI // Reset default background color setBackgroundColor (BgColor); + setBackground ("blank.tga", true, false); paragraphChange (); }