-
- Downloads
- fixed : locked folder lookups don't properly refresh when an item is taken off (or worn)
-> repro: * @attachthis:shirt=n with a shirt worn in a folder under #RLV * right-click the other items in the folder and note that Wear/Add is grayed out/blocked * right-click the worn shirt and "Take Off" * right-click the other items in the folder and note that Wear/Add is still grayed out/blocked when it shouldn't be * wear/take off anything else and note that the items in the #RLV folder are now enabled as they should have been -> RlvFolderLocks::m_fLookupDirty is flagged on any COF change, but RlvCommandOptionGetPath::getItemIDs() wasn't using COF data which caused the discrepency --HG-- branch : RLVa
Showing
- indra/newview/rlvhelper.cpp 24 additions, 18 deletionsindra/newview/rlvhelper.cpp
- indra/newview/rlvhelper.h 3 additions, 2 deletionsindra/newview/rlvhelper.h
- indra/newview/rlvinventory.cpp 16 additions, 0 deletionsindra/newview/rlvinventory.cpp
- indra/newview/rlvinventory.h 12 additions, 1 deletionindra/newview/rlvinventory.h
Please register or sign in to comment