diff --git a/code/nel/src/gui/group_html.cpp b/code/nel/src/gui/group_html.cpp index 29e752da4..6274d67e5 100644 --- a/code/nel/src/gui/group_html.cpp +++ b/code/nel/src/gui/group_html.cpp @@ -6830,6 +6830,9 @@ namespace NLGUI // setting ModulateGlobalColor must be after addImageDownload if (_Style.checkStyle("-ryzom-modulate-bgcolor", "true")) table->setModulateGlobalColor(true); + else if (_Style.checkStyle("-ryzom-modulate-bgcolor", "false")) + table->setModulateGlobalColor(false); + table->setMarginLeft(getIndent()); addHtmlGroup (table, 0);