Bug fix: Update name of worn wearable when changing the name in the Properties floater of an inventory item.

This commit is contained in:
Aleric Inglewood
2013-07-19 16:13:48 +02:00
parent d21b3cb19b
commit 66ef619415

View File

@@ -479,6 +479,8 @@ void LLInventoryPanel::modelChanged(U32 mask)
view_item->refresh();
}
// Singu note: let listeners know it was renamed.
view_item->rename(view_item->getLabel());
}
}