EXT-3552 : Opening a box and copy the items to inventroy also opens an inventory floater
InventorySP/InventoryFloater open behavior now follows 2.0 conventions -- sidepanel will open in preference to floater.master
parent
4bc23bc07d
commit
32aea4e72d
|
|
@ -224,7 +224,6 @@ void LLFloaterOpenObject::callbackMoveInventory(S32 result, void* data)
|
|||
|
||||
if (result == 0)
|
||||
{
|
||||
LLFloaterInventory::showAgentInventory();
|
||||
LLInventoryPanel *active_panel = LLInventoryPanel::getActiveInventoryPanel();
|
||||
if (active_panel)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue