diff options
author | Richard Linden <none@none> | 2012-07-25 18:20:54 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-07-25 18:20:54 -0700 |
commit | f6dfd6bf0f3ea0e9b5f56a939867353c393539d6 (patch) | |
tree | f984a81438ce719beca9318fdc8e7a2fafe7cb48 /indra/newview/llpanelobjectinventory.cpp | |
parent | c4f59fd5882d8b019830292e9e5ed1d2480f73ef (diff) |
CHUI-222 FIX Selecting None in inventory filters does not update until inventory selected
Diffstat (limited to 'indra/newview/llpanelobjectinventory.cpp')
-rw-r--r-- | indra/newview/llpanelobjectinventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp index 9bd716e900..4719191231 100644 --- a/indra/newview/llpanelobjectinventory.cpp +++ b/indra/newview/llpanelobjectinventory.cpp @@ -1616,7 +1616,7 @@ void LLPanelObjectInventory::inventoryChanged(LLViewerObject* object, iter != inventory->end(); ) { LLInventoryObject* item = *iter++; - LLFloaterProperties* floater = LLFloaterReg::findTypedInstance<LLFloaterProperties>("properites", item->getUUID()); + LLFloaterProperties* floater = LLFloaterReg::findTypedInstance<LLFloaterProperties>("properties", item->getUUID()); if(floater) { floater->refresh(); |