MAINT-3931 FIXED Don't display any other check marks if Region Settings is selected.
parent
4cf5d945d4
commit
4eeff34c65
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in New Issue