Skip to content
Snippets Groups Projects
Commit 297bab71 authored by Tofu Linden's avatar Tofu Linden
Browse files

CID-495

Checker: FORWARD_NULL
Function: show_item_original(const LLUUID &)
File: /indra/newview/llinventoryfunctions.cpp
parent 2888e446
No related branches found
No related tags found
No related merge requests found
...@@ -433,13 +433,12 @@ void show_item_original(const LLUUID& item_uuid) ...@@ -433,13 +433,12 @@ void show_item_original(const LLUUID& item_uuid)
LLPanelMainInventory* main_inventory = floater_inventory->getMainInventoryPanel(); LLPanelMainInventory* main_inventory = floater_inventory->getMainInventoryPanel();
main_inventory->onFilterEdit(""); main_inventory->onFilterEdit("");
}
if(floater_inventory->getVisible()) if(floater_inventory->getVisible())
{ {
floater_inventory_visible = true; floater_inventory_visible = true;
}
} }
} }
if(sidepanel_inventory && !floater_inventory_visible) if(sidepanel_inventory && !floater_inventory_visible)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment