diff options
author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2019-04-26 21:31:11 +0300 |
---|---|---|
committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2019-04-26 21:31:11 +0300 |
commit | 964afabae667c55ccb2d7051e6a6793773b025e0 (patch) | |
tree | c52400285545227185471553d2a871f1aa6cf041 /indra | |
parent | 20ca495012499ffd71c2d403d1303b01b0db2dcd (diff) |
SL-1221 Web page displays incorrectly
- Fixed
Diffstat (limited to 'indra')
-rw-r--r-- | indra/media_plugins/cef/media_plugin_cef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp index 66b316df90..2a8eb20af9 100644 --- a/indra/media_plugins/cef/media_plugin_cef.cpp +++ b/indra/media_plugins/cef/media_plugin_cef.cpp @@ -498,7 +498,7 @@ void MediaPluginCEF::receiveMessage(const char* message_string) dullahan::dullahan_settings settings; settings.accept_language_list = mHostLanguage; - settings.background_color = 0xff282828; + settings.background_color = 0xffffffff; settings.cache_enabled = true; settings.cache_path = mCachePath; settings.cookie_store_path = mCookiePath; |