Updated customize floater to work with layer 0 wearable, for now.

This commit is contained in:
Shyotl
2012-02-23 04:00:09 -06:00
parent 3d39e443fe
commit 323ec8cf59
4 changed files with 219 additions and 302 deletions

View File

@@ -2392,7 +2392,8 @@ void LLFolderViewEventListener::arrangeAndSet(LLFolderViewItem* focus,
{
if(!focus) return;
LLFolderView* root = focus->getRoot();
focus->getParentFolder()->requestArrange();
if(focus->getParentFolder())
focus->getParentFolder()->requestArrange();
if(set_selection)
{
focus->setSelectionFromRoot(focus, TRUE, take_keyboard_focus);