Fixed: Background image persisted page reload

--HG--
branch : develop
This commit is contained in:
Nimetu 2019-05-03 08:59:12 +03:00
parent 23220c6b96
commit 9f9c5d4106

View file

@ -4193,6 +4193,7 @@ namespace NLGUI
// Reset default background color
setBackgroundColor (BgColor);
setBackground ("blank.tga", true, false);
paragraphChange ();
}