From eea440b4542747e66c4e16037436acff90d48e22 Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Fri, 19 Apr 2019 16:07:41 +0300 Subject: SL-10989 Toggle checkbox when clicking 'Avatars on other parcels can see and chat...' label --- indra/newview/llfloaterland.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llfloaterland.h') diff --git a/indra/newview/llfloaterland.h b/indra/newview/llfloaterland.h index e846d42666..c7b96f7ba0 100644 --- a/indra/newview/llfloaterland.h +++ b/indra/newview/llfloaterland.h @@ -327,6 +327,7 @@ private: static void onCommitAny(LLUICtrl* ctrl, void *userdata); static void onClickSet(void* userdata); static void onClickClear(void* userdata); + static void toggleSeeAvatars(void* userdata); private: LLCheckBoxCtrl* mCheckEditObjects; -- cgit v1.2.3 From e5339156ca6c406ca57ca2d21aea92f9b1795733 Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Thu, 25 Apr 2019 14:32:02 +0300 Subject: SL-10989 Disable text label when you don't have appropriate permissions. --- indra/newview/llfloaterland.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llfloaterland.h') diff --git a/indra/newview/llfloaterland.h b/indra/newview/llfloaterland.h index c7b96f7ba0..0c49d78a20 100644 --- a/indra/newview/llfloaterland.h +++ b/indra/newview/llfloaterland.h @@ -346,6 +346,7 @@ private: LLTextureCtrl* mSnapshotCtrl; LLTextBox* mLocationText; + LLTextBox* mSeeAvatarsText; LLButton* mSetBtn; LLButton* mClearBtn; -- cgit v1.2.3