diff options
author | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2017-04-20 16:55:14 +0300 |
---|---|---|
committer | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2017-04-20 16:55:14 +0300 |
commit | 0d5b8358401bc62feae5cbfad002dd4378bfe4a6 (patch) | |
tree | 69a2839daca4a062a2c7ef3364e24b1318ca6733 /indra/newview/lloutfitslist.cpp | |
parent | c995dcdbf301bd3de5d8166fbb76b9835c46bbb3 (diff) |
MAINT-6477 VOB - Click on an outfit folder from Outfit Gallery tab does not open folder or enlarge image
Diffstat (limited to 'indra/newview/lloutfitslist.cpp')
-rw-r--r-- | indra/newview/lloutfitslist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lloutfitslist.cpp b/indra/newview/lloutfitslist.cpp index e1f51e62e3..f87ce8aa52 100644 --- a/indra/newview/lloutfitslist.cpp +++ b/indra/newview/lloutfitslist.cpp @@ -311,7 +311,7 @@ void LLOutfitsList::onSetSelectedOutfitByUUID(const LLUUID& outfit_uuid) tab->setFocus(TRUE); ChangeOutfitSelection(list, outfit_uuid); - tab->setDisplayChildren(true); + tab->changeOpenClose(false); } } } |