MAINT-3931 FIXED Don't display any other check marks if Region Settings is selected.

master
Mnikolenko ProductEngine 2014-04-15 10:54:15 +03:00
parent 4cf5d945d4
commit 4eeff34c65
1 changed files with 2 additions and 2 deletions

View File

@ -8242,9 +8242,9 @@ class LLWorldEnableEnvSettings : public view_listener_t
bool result = false;
std::string tod = userdata.asString();
if (tod == "region")
if (LLEnvManagerNew::instance().getUseRegionSettings())
{
return LLEnvManagerNew::instance().getUseRegionSettings();
return (tod == "region");
}
if (LLEnvManagerNew::instance().getUseFixedSky())