diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-10-30 14:32:43 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-10-30 14:32:43 +0200 |
commit | 9d31d994bb47b809d88a34ac6a84471535c64a3b (patch) | |
tree | 3cf405e723b6c7d7487679cb0460df81d64789a1 | |
parent | 982ed974efe9483d040789845c1059e2a93d073d (diff) | |
parent | 5d757d2b5f425bde269bd3ec310862bd5c22fe41 (diff) |
Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/llpanellandmarks.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llpanellandmarks.cpp b/indra/newview/llpanellandmarks.cpp index 3d0db71045..48a93f0d42 100644 --- a/indra/newview/llpanellandmarks.cpp +++ b/indra/newview/llpanellandmarks.cpp @@ -131,6 +131,9 @@ void LLLandmarksPanel::onSearchEdit(const std::string& string) { LLAccordionCtrlTab* tab = *iter; tab->setVisible(true); + + // expand accordion to see matched items in all ones. See EXT-2014. + tab->changeOpenClose(false); } } @@ -883,7 +886,7 @@ bool LLLandmarksPanel::handleDragAndDropToTrash(BOOL drop, EDragAndDropType carg return true; } - +// static void LLLandmarksPanel::doIdle(void* landmarks_panel) { LLLandmarksPanel* panel = (LLLandmarksPanel* ) landmarks_panel; |