diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-18 23:53:53 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-18 23:53:53 +0300 |
commit | 35a5fc74c0df29b496d42e89845d00a366034b68 (patch) | |
tree | 7a5aba3a814e1668f2ed9453e25e023ef6d95aba /indra/newview/llpanelprofile.cpp | |
parent | de8a61f71a16f950cbf64b5704b9952cb733403e (diff) |
SL-15312 Added permission indicators
Diffstat (limited to 'indra/newview/llpanelprofile.cpp')
-rw-r--r-- | indra/newview/llpanelprofile.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index fb5d2d2051..7a28dd11f8 100644 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -1614,6 +1614,10 @@ void LLPanelProfileSecondLife::onShowAgentPermissionsDialog() { floater->closeFloater(); } + + mSeeOnlineToggle->setFocus(false); + mSeeOnMapToggle->setFocus(false); + mEditObjectsToggle->setFocus(false); } void LLPanelProfileSecondLife::onOpenNotes() |