summaryrefslogtreecommitdiff
path: root/indra/llui/llaccordionctrltab.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-04-13 15:06:11 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-04-13 15:06:11 +0300
commit80447f5e6bfd9843413c7a79074d11373e6c4061 (patch)
tree54e38d74e0fb417c476d80a4a20c713a4376c6a1 /indra/llui/llaccordionctrltab.h
parent826d6fc591dace753b053d9b3c28a0e710037964 (diff)
SL-11172 Re-fixed, now should affect 'tab' only
Diffstat (limited to 'indra/llui/llaccordionctrltab.h')
-rw-r--r--indra/llui/llaccordionctrltab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llaccordionctrltab.h b/indra/llui/llaccordionctrltab.h
index 53546ad5a1..2c72e8c036 100644
--- a/indra/llui/llaccordionctrltab.h
+++ b/indra/llui/llaccordionctrltab.h
@@ -159,7 +159,7 @@ public:
* Raises notifyParent event with "child_visibility_change" = new_visibility
*/
void onVisibilityChange(BOOL new_visibility);
- virtual void onChildGotFocus(const LLUICtrl * cntrl);
+ virtual void onUpdateScrollToChild(const LLUICtrl * cntrl);
// Changes expand/collapse state and triggers expand/collapse callbacks
virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask);