diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2017-06-02 19:38:04 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2017-06-02 19:38:04 +0300 |
commit | 045eebbccd7bb49021ddd17bdfb6967e2812d749 (patch) | |
tree | c881c710878f75a9b02004e00357940742d3bfdc /indra/newview/llfloaterregioninfo.cpp | |
parent | a8fffc7d172d3a786904e6d8e7e7c2943e6d54fc (diff) |
MAINT-7459 Fixed incorrect 'Parcel owners can be more restrictive' checkbox focus behavior
Diffstat (limited to 'indra/newview/llfloaterregioninfo.cpp')
-rw-r--r-- | indra/newview/llfloaterregioninfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp index 1af2c10a33..c330c2ae47 100644 --- a/indra/newview/llfloaterregioninfo.cpp +++ b/indra/newview/llfloaterregioninfo.cpp @@ -2290,6 +2290,8 @@ BOOL LLPanelEstateInfo::postBuild() getChild<LLUICtrl>("parcel_access_override")->setCommitCallback(boost::bind(&LLPanelEstateInfo::onChangeAccessOverride, this)); + getChild<LLUICtrl>("externally_visible_radio")->setFocus(TRUE); + return LLPanelRegionInfo::postBuild(); } |