diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-18 21:35:41 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-18 22:21:58 +0300 |
commit | 8a39aaa3a485d9f1d4486c02e98286cfb08761d4 (patch) | |
tree | a3e90bc31fb591ded96df1da31025f7f192e9a56 /indra/newview/llpanelprofile.h | |
parent | 65ea8e1351c548b650eea4bd2ddef02b853c933d (diff) |
SL-15312 Legacy profiles remake #10
Fixed Typo
changed 'show in search' checkbox into combobox, implemented commit
Fixed fl textbox setting sl text instead of fl text
Fixed fl save/discard buttons not following resize
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rw-r--r-- | indra/newview/llpanelprofile.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index 05be48f1c2..b959ac1ec3 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -47,6 +47,7 @@ class LLAvatarName; class LLButton; class LLCheckBoxCtrl; +class LLComboBox; class LLIconCtrl; class LLTabContainer; class LLTextBox; @@ -166,6 +167,7 @@ private: void setDescriptionText(const std::string &text); void onSetDescriptionDirty(); + void onShowInSearchCallback(); void onSaveDescriptionChanges(); void onDiscardDescriptionChanges(); void onShowAgentPermissionsDialog(); @@ -176,7 +178,7 @@ private: void openGroupProfile(); LLGroupList* mGroupList; - LLCheckBoxCtrl* mShowInSearchCheckbox; + LLComboBox* mShowInSearchCombo; LLIconCtrl* mSecondLifePic; LLPanel* mSecondLifePicLayout; LLTextEditor* mDescriptionEdit; |