diff options
author | McCabe Maxsted | 2010-09-16 23:58:52 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-09-16 23:58:52 -0700 |
commit | cf9eb8dbd7f1cd0125cd01b74351068dafaf9398 (patch) | |
tree | 2a4f84343d3fb6450bdb59b9d8bddf8ed343f927 /linden/indra/newview/llfloatergroups.cpp | |
parent | Added search bars for friends and groups lists, based on a feature in the Asc... (diff) | |
download | meta-impy-cf9eb8dbd7f1cd0125cd01b74351068dafaf9398.zip meta-impy-cf9eb8dbd7f1cd0125cd01b74351068dafaf9398.tar.gz meta-impy-cf9eb8dbd7f1cd0125cd01b74351068dafaf9398.tar.bz2 meta-impy-cf9eb8dbd7f1cd0125cd01b74351068dafaf9398.tar.xz |
Reset scroll position on search in contacts/groups lists
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatergroups.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatergroups.cpp b/linden/indra/newview/llfloatergroups.cpp index b3fbb1b..c89e066 100644 --- a/linden/indra/newview/llfloatergroups.cpp +++ b/linden/indra/newview/llfloatergroups.cpp | |||
@@ -649,6 +649,7 @@ void LLPanelGroups::filterContacts(const std::string& search_string) | |||
649 | group_list->deleteItems((*itr)->getValue()); | 649 | group_list->deleteItems((*itr)->getValue()); |
650 | } | 650 | } |
651 | } | 651 | } |
652 | group_list->setScrollPos(0); | ||
652 | enableButtons(); | 653 | enableButtons(); |
653 | } | 654 | } |
654 | } | 655 | } |